attach(const char *devname) | ost::Process | [static] |
cancel(int pid, int sig=0) | ost::Process | [static] |
detach(void) | ost::Process | [static] |
getConfigDir(void) | ost::Process | [static] |
getEnv(const char *name) | ost::Process | [static] |
getHomeDir(void) | ost::Process | [static] |
getPageSize(void) | ost::Process | [static] |
getUser(void) | ost::Process | [static] |
isRealtime(void) | ost::Process | [inline, static] |
isScheduler(void) | ost::Process | [static] |
join(int pid) | ost::Process | [static] |
lock(bool future=true) | ost::Process | |
setEnv(const char *name, const char *value, bool overwrite) | ost::Process | [static] |
setGroup(const char *id) | ost::Process | [static] |
setInterruptSignal(int signo, Trap handler) | ost::Process | [static] |
setPosixSignal(int signo, Trap handler) | ost::Process | [static] |
setPriority(int pri) | ost::Process | [static] |
setRealtime(int pri=0) | ost::Process | [static] |
setScheduler(const char *policy) | ost::Process | [static] |
setUser(const char *id, bool grp=true) | ost::Process | [static] |
spawn(const char *exec, const char **argv, bool wait=true) | ost::Process | [static] |
Trap typedef | ost::Process | |
unlock(void) | ost::Process |