Handbook
Glossary
setup-priority* ( pid process -- pid )
Vocabulary
io
.
launcher
.
unix
Inputs
pid
an
object
process
an
object
Outputs
pid
an
object
Definition
USING:
accessors
kernel
libc
unix.process
;
IN:
io.launcher.unix
:
setup-priority*
( pid process -- pid )
priority>>
[
[
[
PRIO_PROCESS
]
2dip
>prio
setpriority
io-error
]
keepd
]
when*
;