_exit(int status=EXIT_SUCCESS) | Ux::Process | [inline, static] |
abort(void) | Ux::Process | [inline, static] |
atexit(void(*fcn)(void)) | Ux::Process | [static] |
chdir(const char *path) | Ux::Process | [static] |
chdir(int fd) | Ux::Process | [static] |
chroot(const char *path) | Ux::Process | [static] |
clock(void) | Ux::Process | [static] |
execlp(const char *file, const char *arg0,...) | Ux::Process | [static] |
execvpe(const char *file, char *const argv[], char *const *envv=NULL) | Ux::Process | [static] |
exit(int status=EXIT_SUCCESS) | Ux::Process | [inline, static] |
fork(void) | Ux::Process | [static] |
getcwd(Dir &d) | Ux::Process | [static] |
getegid(void) | Ux::Process | [inline, static] |
getenv(const char *var) | Ux::Process | [static] |
geteuid(void) | Ux::Process | [inline, static] |
getgid(void) | Ux::Process | [inline, static] |
getpgid(pid_t pid) | Ux::Process | [static] |
getpid(void) | Ux::Process | [inline, static] |
getppid(void) | Ux::Process | [inline, static] |
getrlimit(int resource, struct rlimit *rlp) | Ux::Process | [static] |
getrusage(int who, struct rusage *r_usage) | Ux::Process | [static] |
getsid(void) | Ux::Process | |
getuid(void) | Ux::Process | [inline, static] |
kill(pid_t pid, int signum) | Ux::Process | [static] |
kill(int signum) | Ux::Process | [inline] |
nice(int incr) | Ux::Process | [static] |
operator pid_t() | Ux::Process | [inline] |
pause(void) | Ux::Process | [static] |
pid | Ux::Process | [protected] |
Process(pid_t id=-1) | Ux::Process | [inline] |
putenv(char *string) | Ux::Process | [static] |
set(pid_t id) | Ux::Process | [inline] |
setegid(gid_t gid) | Ux::Process | [static] |
setenv(const char *var, const char *val, int overwrite) | Ux::Process | [static] |
seteuid(uid_t uid) | Ux::Process | [static] |
setgid(gid_t gid) | Ux::Process | [static] |
setpgid(pid_t pid, pid_t pgid) | Ux::Process | [static] |
setrlimit(int resource, const struct rlimit *rlp) | Ux::Process | [static] |
setsid(void) | Ux::Process | [static] |
setuid(uid_t uid) | Ux::Process | [static] |
sigaction(int signum, const struct sigaction *act, struct sigaction *oact=NULL) | Ux::Process | [static] |
sigaltstack(const stack_t *stack, stack_t *ostack=NULL) | Ux::Process | [static] |
siginterrupt(int signum, int on=true) | Ux::Process | [static] |
sigprocmask(int how, const sigset_t *set, sigset_t *oset=NULL) | Ux::Process | [static] |
sigqueue(int signum, const union sigval value) | Ux::Process | |
sigsuspend(const sigset_t *sigmask) | Ux::Process | [static] |
sigtimedwait(const sigset_t *set, siginfo_t *info, const struct timespec *ts) | Ux::Process | [static] |
sigwait(const sigset_t *set, int *signum) | Ux::Process | [static] |
sigwaitinfo(const sigset_t *set, siginfo_t *info=NULL) | Ux::Process | [static] |
system(const char *command) | Ux::Process | [static] |
times(struct tms *buffer) | Ux::Process | [static] |
umask(mode_t cmask) | Ux::Process | [inline, static] |
unsetenv(const char *var) | Ux::Process | [static] |
wait(ExitStatus *statusp=NULL) | Ux::Process | [inline, static] |
waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options=0) | Ux::Process | [static] |
waitpid(pid_t pid, ExitStatus *statusp=NULL, int options=0) | Ux::Process | [static] |
waitpid(ExitStatus *statusp=NULL, int options=0) | Ux::Process | [inline] |