pub const SYS_SIGTIMEDWAIT: usize = 326; // 326usizeExpand description
Suspend the current thread until a specific signal is delivered.
set_ptr: pointer to signal set to wait forinfo_ptr: pointer to receive signal infotimeout_ptr: pointer to timeout (0 = infinite)
Returns the signal number that was delivered.