HomeSort by: relevance | last modified time | path
    Searched defs:tpt_pool (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
kern_threadpool.c 184 struct threadpool *tpt_pool; member in struct:threadpool_thread
402 pool->tp_dispatcher.tpt_pool = pool;
426 KASSERT(pool->tp_dispatcher.tpt_pool == pool);
462 KASSERT(pool->tp_dispatcher.tpt_pool == pool);
967 struct threadpool *const pool = dispatcher->tpt_pool;
1006 thread->tpt_pool = pool;
1105 struct threadpool *const pool = thread->tpt_pool;

Completed in 11 milliseconds