plibsys 0.0.5
|
Process information. More...
Go to the source code of this file.
Functions | |
P_LIB_API puint32 | p_process_get_current_pid (void) |
Gets a PID of the calling process. | |
P_LIB_API pboolean | p_process_is_running (puint32 pid) |
Checks whether a process with a given PID is running or not. | |
Process information.
A process is an executing unit in an operating system with its own address space. Every process can be identified with a unique identifier called PID. To get a PID of the currently running process call p_process_get_current_pid(). To check whether a process with a given PID is running up use p_process_is_running().
Definition in file pprocess.h.
Gets a PID of the calling process.