| Main index | Section 3 | Options |
#include <pthread.h>
#include <signal.h>
The pthread_sigqueue function is similar to sigqueue(2), but targets a thread in the current process instead of a process. See sigqueue(2) for details about signal queueing and delivery selection.
| [EAGAIN] | |
| No resources are available to queue the signal. The current process has already queued { SIGQUEUE_MAX} signals that are still pending, or a system-wide resource limit has been exceeded. | |
| [ESRCH] | |
| thread is an invalid thread ID. | |
| [EINVAL] | |
| sig is an invalid or unsupported signal number. | |
| PTHREAD_SIGQUEUE (3) | April 21, 2024 |
| Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | I think Unix and snowflakes are the only two classes of objects in the universe in which no two instances ever match exactly. | ” |
| — Noel Chiappa | ||