Function proc_raise

Source
pub unsafe fn proc_raise(sig_: signal) -> errno
Expand description

Sends a signal to the process of the calling thread.

ยงParameters

sig: The signal condition that should be triggered. If the signal causes the process to terminate, its condition can be obtained by other processes through event.union.proc_terminate.signal.