Searched defs:sigqueue (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sigqueue.c | 116 * The handling of small unions, like the sigval argument to sigqueue, 123 sigqueue(pid_t pid, int sig, /* union sigval */ void *value, function 143 /* Allocate sigqueue pool first time */ 206 return (sigqueue(pid, sig, sv.sival_ptr, si_code, block));
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | siginfo.h | 134 #define SI_QUEUE (-2) /* user generated signal via sigqueue() */ 442 typedef struct sigqueue { struct 443 struct sigqueue *sq_next; 445 void (*sq_func)(struct sigqueue *); /* destructor function */
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 1062 sigqueue(pid_t pid, int signo, const union sigval value) function
|
Completed in 47 milliseconds