attach(const char *devname) | Process | [static] |
cancel(int pid, int sig=0) | Process | [static] |
detach(void) | Process | [static] |
getConfigDir(void) | Process | [inline, static] |
getEnv(const char *name) | Process | [static] |
getHomeDir(void) | Process | [static] |
getUser(void) | Process | [static] |
join(int pid) | Process | [static] |
setEnv(const char *name, const char *value, bool overwrite) | Process | [static] |
setGroup(const char *id) | Process | [static] |
setInterruptSignal(int signo, Trap handler) | Process | [static] |
setPosixSignal(int signo, Trap handler) | Process | [static] |
setUser(const char *id, bool grp=true) | Process | [static] |
spawn(const char *exec, const char **argv, bool wait=true) | Process | [static] |
Trap typedef | Process |