pub const SYS_SIGSUSPEND: usize = 325; // 325usizeExpand description
Suspend the current thread until a signal is delivered.
mask_ptr: pointer to signal set to temporarily unblock
This syscall does not return normally; it returns when a signal handler runs.