Searched defs:_SIGQUEUE_PREALLOC (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsig.c2392 * The pre-allocated pool (with _SIGQUEUE_PREALLOC entries) is
2406 #define _SIGQUEUE_PREALLOC 32 macro
2408 i = (_SIGQUEUE_PREALLOC * size) + sizeof (sigqhdr_t);
2417 for (i = _SIGQUEUE_PREALLOC - 1; i != 0; i--) {

Completed in 63 milliseconds