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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c145 sigev_destroy_pool(thread_communication_data_t *tcdp) function
193 pthread_cleanup_push(sigev_destroy_pool, tcdp);
239 pthread_cleanup_push(sigev_destroy_pool, tcdp);
285 pthread_cleanup_push(sigev_destroy_pool, tcdp);
609 * wait for sigev_destroy_pool() to finish

Completed in 68 milliseconds