pthread_sigmask

Function pthread_sigmask 

Source
pub unsafe extern "C" fn pthread_sigmask(
    __how: c_int,
    __newmask: *const __sigset_t,
    __oldmask: *mut __sigset_t,
) -> c_int