shimshmem_setBlockedSignals

Function shimshmem_setBlockedSignals 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C-unwind" fn shimshmem_setBlockedSignals( lock: *const ShimShmemHostLock, thread: *const ShimShmemThread, s: linux_sigset_t, )
Expand description

Set the process’s pending signal set.

§Safety

Pointer args must be safely dereferenceable.