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

/illumos-gate/usr/src/uts/common/os/
H A Dpool.c152 static kthread_t *pool_busy_thread; /* thread holding "pool_lock" */ variable
198 * pool_busy_thread, both to let pool_lock_held() work and to aid debugging.
205 while (pool_busy_thread != NULL)
207 pool_busy_thread = curthread;
216 while (pool_busy_thread != NULL) {
223 pool_busy_thread = curthread;
231 return (pool_busy_thread == curthread);
239 pool_busy_thread = NULL;

Completed in 61 milliseconds