Searched defs:sigqueue (Results 1 – 4 of 4) sorted by relevance
9 int sigqueue(pid_t pid, int sig, const union sigval value) in sigqueue() function
8 int sigqueue(pid_t pid, int sig, const union sigval value) in sigqueue() function
1748 pub fn sigqueue(__pid: pid_t, __signo: ::c_int, __value: ::sigval) -> ::c_int; in sigqueue() function
27003 struct sigqueue { struct27004 struct list_head list;27005 int flags;27006 kernel_siginfo_t info;27007 struct ucounts *ucounts;