pub const SYS_SIGQUEUE: usize = 327;Expand description
Queue a signal with associated data to a process.
pid: target process IDsignum: signal numbersigval_ptr: pointer toSigvalunion (integer or pointer)
Unlike SYS_KILL, this delivers the signal asynchronously with data.