void u_process_destroy(struct u_process *proc)
Releases the unique handle of the operating system user.
Definition: u_process.c:95
struct u_process * u_process_create_if_not_running(void)
Creates a handle for this process that is unique to the operating system user.
Definition: u_process.c:52
Definition: u_process.c:43