unix.process vocabulary - Factor Documentation (original) (raw)

Summary

Metadata

Parents: unix
Authors: Eduardo Cavazos
Platforms: unix

Words

Ordinary words

Word Stack effect
POSIX_SPAWN_CLOEXEC_DEFAULT ( -- value )
POSIX_SPAWN_PCONTROL_KILL ( -- value )
POSIX_SPAWN_PCONTROL_NONE ( -- value )
POSIX_SPAWN_PCONTROL_SUSPEND ( -- value )
POSIX_SPAWN_PCONTROL_THROTTLE ( -- value )
POSIX_SPAWN_RESETIDS ( -- value )
POSIX_SPAWN_SETEXEC ( -- value )
POSIX_SPAWN_SETPGROUP ( -- value )
POSIX_SPAWN_SETSCHEDPARAM ( -- value )
POSIX_SPAWN_SETSCHEDULER ( -- value )
POSIX_SPAWN_SETSID ( -- value )
POSIX_SPAWN_SETSIGDEF ( -- value )
POSIX_SPAWN_SETSIGMASK ( -- value )
POSIX_SPAWN_START_SUSPENDED ( -- value )
PRIO_MAX ( -- value )
PRIO_MIN ( -- value )
PRIO_PGRP ( -- value )
PRIO_PROCESS ( -- value )
PRIO_USER ( -- value )
WCONTINUED ( -- value )
WCOREDUMP ( status -- ? )
WCOREFLAG ( -- value )
WEXITED ( -- value )
WEXITSTATUS ( status -- value )
WIFEXITED ( status -- ? )
WIFSIGNALED ( status -- ? )
WIFSTOPPED ( status -- ? )
WNOHANG ( -- value )
WNOWAIT ( -- value )
WSTOPPED ( -- value )
WSTOPSIG ( status -- value )
WTERMSIG ( status -- value )
WUNTRACED ( -- value )
call-fork ( -- pid )
check-posix ( n -- )
exec ( pathname argv -- int )
exec-args ( seq -- int )
exec-args-with-env ( seq seq -- int )
exec-args-with-path ( seq -- int )
exec-with-env ( filename argv envp -- int )
exec-with-path ( filename argv -- int )
execv ( path argv -- int )
execve ( path argv envp -- int )
execvp ( path argv -- int )
fork ( -- pid_t )
getpriority ( which who -- int )
kill ( pid sig -- int )
posix-spawn ( cmd -- int )
posix-spawn-call ( path posix_spawn_file_actions_t* posix_spawnattr_t* argv envp -- pid_t )
posix-spawn-custom-env ( cmd env -- int )
posix-spawn-file-actions-destroy ( posix_spawn_file_actions_t -- )
posix-spawn-file-actions-init ( -- posix_spawn_file_actions_t )
posix-spawnattr-destroy ( posix_spawnattr_t -- )
posix-spawnattr-init ( -- posix_spawnattr_t )
posix_spawn ( pid path file_actions attrp argv envp -- int )
posix_spawn_file_actions_addchdir_np ( file_actions path -- int )
posix_spawn_file_actions_addclose ( file_actions filedes -- int )
posix_spawn_file_actions_adddup2 ( file_actions filedes intnewfiledes -- int )
posix_spawn_file_actions_addfchdir_np ( file_actions filedes -- int )
posix_spawn_file_actions_addinherit_np ( file_actions filedes -- int )
posix_spawn_file_actions_addopen ( file_actions intfiledes path oflag mode -- int )
posix_spawn_file_actions_destroy ( file_actions -- int )
posix_spawn_file_actions_init ( file_actions -- int )
posix_spawnattr_destroy ( attr -- int )
posix_spawnattr_getflags ( attr flags -- int )
posix_spawnattr_getpgroup ( attr pgroup -- int )
posix_spawnattr_getschedparam ( attr -- int )
posix_spawnattr_getschedpolicy ( attr -- int )
posix_spawnattr_getsigdefault ( attr sigdefault -- int )
posix_spawnattr_getsigmask ( attr sigmask -- int )
posix_spawnattr_init ( attr -- int )
posix_spawnattr_setflags ( attr flags -- int )
posix_spawnattr_setpgroup ( attr pgroup -- int )
posix_spawnattr_setschedparam ( attr -- int )
posix_spawnattr_setschedpolicy ( attr -- int )
posix_spawnattr_setsigdefault ( attr sigdefault -- int )
posix_spawnattr_setsigmask ( attr sigmask -- int )
posix_spawnp ( pid file file_actions attrp argv envp -- int )
raise ( sig -- int )
set-priority ( n -- )
setpriority ( which who prio -- int )
sigaddset ( set signo -- int )
sigdelset ( set signo -- int )
sigemptyset ( set -- int )
sigfillset ( set -- int )
sigismember ( set signo -- int )
wait ( status -- pid_t )
waitpid ( wpid status options -- pid_t )
with-fork ( child parent -- )

Files

resource:basis/unix/process/process.factor

Metadata files

resource:basis/unix/process/authors.txt
resource:basis/unix/process/platforms.txt