Searched defs:sigqueue (Results 1 – 3 of 3) sorted by relevance
8 int sigqueue(pid_t pid, int sig, const union sigval value) in sigqueue() function
9 int sigqueue(pid_t pid, int sig, const union sigval value) in sigqueue() function
1765 pub fn sigqueue(__pid: pid_t, __signo: ::c_int, __value: ::sigval) -> ::c_int; in sigqueue() function