[][src]Function ndk_sys::pthread_sigmask

pub unsafe extern "C" fn pthread_sigmask(
    __how: c_int,
    __new_set: *const sigset_t,
    __old_set: *mut sigset_t
) -> c_int