Home
last modified time | relevance | path

Searched refs:tp_lock (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/kern/
Dkern_threadpool.c191 kmutex_t tp_lock; member
392 mutex_init(&pool->tp_lock, MUTEX_DEFAULT, IPL_VM); in threadpool_create()
416 mutex_spin_enter(&pool->tp_lock); in threadpool_create()
419 mutex_spin_exit(&pool->tp_lock); in threadpool_create()
433 mutex_destroy(&pool->tp_lock); in threadpool_create()
448 mutex_spin_enter(&pool->tp_lock); in threadpool_destroy()
457 cv_wait(&pool->tp_dispatcher.tpt_cv, &pool->tp_lock); in threadpool_destroy()
459 mutex_spin_exit(&pool->tp_lock); in threadpool_destroy()
469 mutex_destroy(&pool->tp_lock); in threadpool_destroy()
476 KASSERT(mutex_owned(&pool->tp_lock)); in threadpool_hold()
[all …]