Module posish::process[][src]

Expand description

Process-associated operations.

Constants

EXIT_FAILURE for use with exit.

EXIT_SUCCESS for use with exit.

Functions

getegid()—Returns the process’ effective group ID.

geteuid()—Returns the process’ effective user ID.

getgid()—Returns the process’ real group ID.

getpid()—Returns the process’ ID.

getppid()—Returns the parent process’ ID.

getuid()—Returns the process’ real user ID.

sched_yield()—Hints to the OS that other processes should run.