Searched defs:pthread_sigqueue (Results 1 – 3 of 3) sorted by relevance
1223 pub fn pthread_sigqueue(thread: crate::pthread_t, sig: c_int, value: crate::sigval) -> c_int; in pthread_sigqueue() function
1732 pub fn pthread_sigqueue(thread: crate::pthread_t, sig: c_int, value: crate::sigval) -> c_int; in pthread_sigqueue() function
2334 pub fn pthread_sigqueue(thread: pthread_t, sig: c_int, value: sigval) -> c_int; in pthread_sigqueue() function