Searched defs:sigqueue (Results 1 – 3 of 3) sorted by relevance
442 typedef struct sigqueue { struct 443 struct sigqueue *sq_next; argument 445 void (*sq_func)(struct sigqueue *); /* destructor function */ argument 449 sq_externalsigqueue global() argument
123 sigqueue(pid_t pid, int sig, /* union sigval */ void *value, in sigqueue() function
1062 sigqueue(pid_t pid, int signo, const union sigval value) in sigqueue() function