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

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c362 * Assumes: by the time tpool_destroy() is called no one will use this
364 * Calling tpool_destroy() from a job in the pool will cause deadlock.
367 tpool_destroy(tpool_t *tpool) function
401 * Like tpool_destroy(), but don't cancel workers or wait for them to finish.

Completed in 66 milliseconds