Function libc::pthread_sigmask
[−]
[src]
pub unsafe extern "C" fn pthread_sigmask(
how: c_int,
set: *const sigset_t,
oldset: *mut sigset_t
) -> c_int