Searched refs:SIGQUEUE_SIGNAL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/sigqueue/
H A Dsigqueue_queue_size.c28 #define SIGQUEUE_SIGNAL SIGRTMIN /* Signal used for testing */ macro
96 error = sighold(SIGQUEUE_SIGNAL);
115 error = sigaction(SIGQUEUE_SIGNAL, &action, 0);
124 error = sigqueue(pid, SIGQUEUE_SIGNAL, value);
134 error = sigqueue(pid, SIGQUEUE_SIGNAL, value);
143 error = sigrelse(SIGQUEUE_SIGNAL);

Completed in 57 milliseconds