Lines Matching refs:threadpool_thread
179 TAILQ_HEAD(thread_head, threadpool_thread);
181 struct threadpool_thread { struct
187 TAILQ_ENTRY(threadpool_thread) tpt_entry; argument
192 struct threadpool_thread tp_dispatcher;
217 static void threadpool_thread(void *) __dead;
351 pool_cache_init(sizeof(struct threadpool_thread), 0, 0, 0, in threadpools_init()
443 struct threadpool_thread *thread; in threadpool_destroy()
966 struct threadpool_thread *const dispatcher = arg; in threadpool_dispatcher_thread()
1003 struct threadpool_thread *const thread = in threadpool_dispatcher_thread()
1017 pool->tp_cpu, &threadpool_thread, thread, &lwp, in threadpool_dispatcher_thread()
1072 struct threadpool_thread *const thread = in threadpool_dispatcher_thread()
1102 threadpool_thread(void *arg) in threadpool_thread() function
1104 struct threadpool_thread *const thread = arg; in threadpool_thread()