Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_threadpool.c184 struct threadpool *tpt_pool; member
402 pool->tp_dispatcher.tpt_pool = pool; in threadpool_create()
426 KASSERT(pool->tp_dispatcher.tpt_pool == pool); in threadpool_create()
462 KASSERT(pool->tp_dispatcher.tpt_pool == pool); in threadpool_destroy()
967 struct threadpool *const pool = dispatcher->tpt_pool; in threadpool_dispatcher_thread()
1006 thread->tpt_pool = pool; in threadpool_dispatcher_thread()
1105 struct threadpool *const pool = thread->tpt_pool; in threadpool_thread()