Rudiments
|
This is the complete list of members for process, including all inherited members.
checkForPidFile(const char *filename) | process | static |
createNewSession() | process | static |
createPidFile(const char *filename, mode_t permissions) | process | static |
detach() | process | static |
exec(const char *command, const char *const *args) | process | static |
exit(int32_t status) | process | static |
exitImmediately(int32_t status) | process | static |
exitOnCrash() | process | static |
exitOnCrashOrShutDown() | process | static |
exitOnShutDown() | process | static |
fork() | process | static |
getChildStateChange(pid_t pid, bool wait, bool ignorestop, bool ignorecontinue, childstatechange *newstate, int32_t *exitstatus, int32_t *signum, bool *coredump) | process | static |
getCrashSignalHandler() | process | static |
getEffectiveGroupId() | process | static |
getEffectiveUserId() | process | static |
getGroupId() | process | static |
getParentProcessId() | process | static |
getProcessGroupId() | process | static |
getProcessGroupId(pid_t pid) | process | static |
getProcessId() | process | static |
getRetryFailedFork() | process | static |
getSessionId() | process | static |
getSessionId(pid_t pid) | process | static |
getShutDownFlag() | process | static |
getShutDownSignal() | process | static |
getShutDownSignalHandler() | process | static |
getUserId() | process | static |
raiseSignal(int32_t signum) | process | static |
registerExitHandler(void(*handler)(void)) | process | static |
sendSignal(pid_t processid, int32_t signum) | process | static |
setCrashHandler(void(*crashhandler)(int32_t)) | process | static |
setEffectiveGroup(const char *groupname) | process | static |
setEffectiveGroupId(gid_t gid) | process | static |
setEffectiveUser(const char *username) | process | static |
setEffectiveUserId(uid_t uid) | process | static |
setFileCreationMask(mode_t mask) | process | static |
setGroup(const char *groupname) | process | static |
setGroupId(gid_t gid) | process | static |
setProcessGroupId() | process | static |
setProcessGroupId(pid_t pgid) | process | static |
setProcessGroupId(pid_t pid, pid_t pgid) | process | static |
setRealAndEffectiveGroupId(gid_t gid, gid_t egid) | process | static |
setRealAndEffectiveUserId(uid_t uid, uid_t euid) | process | static |
setRetryFailedFork(bool retry) | process | static |
setShutDownFlag(bool shutdownflag) | process | static |
setShutDownFlagOnCrash() | process | static |
setShutDownFlagOnCrashOrShutDown() | process | static |
setShutDownFlagOnShutDown() | process | static |
setShutDownHandler(void(*shutdownhandler)(int32_t)) | process | static |
setShutDownSignal(int32_t signum) | process | static |
setUser(const char *username) | process | static |
setUserId(uid_t uid) | process | static |
setWaitForChildren(bool wait) | process | static |
spawn(const char *command, const char *const *args, bool detached) | process | static |
supportsFork() | process | static |
supportsGetChildStateChange() | process | static |
wait(pid_t pid) | process | static |
wait(pid_t pid, int32_t *exitstatus) | process | static |
writeBacktrace(output *out, uint32_t maxframes) | process | static |
writeBacktrace(output *out) | process | static |
writeBacktrace(const char *filename) | process | static |
writeBacktrace(const char *filename, mode_t perms, uint32_t maxframes) | process | static |