Function pthread_sigqueue

Source
pub unsafe extern "C" fn pthread_sigqueue(
    __threadid: u64,
    __signo: i32,
    __value: sigval,
) -> i32