Searched refs:pthread_sigqueue (Results 1 – 4 of 4) sorted by relevance
800 pthread_sigqueue
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