Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dkern_threadpool.c185 struct threadpool_job *tpt_job; member
403 pool->tp_dispatcher.tpt_job = NULL; in threadpool_create()
425 KASSERT(pool->tp_dispatcher.tpt_job == NULL); in threadpool_create()
461 KASSERT(pool->tp_dispatcher.tpt_job == NULL); in threadpool_destroy()
887 job->job_thread->tpt_job = job; in threadpool_schedule_job()
1007 thread->tpt_job = NULL; in threadpool_dispatcher_thread()
1077 KASSERT(thread->tpt_job == NULL); in threadpool_dispatcher_thread()
1080 thread->tpt_job = job; in threadpool_dispatcher_thread()
1120 while (thread->tpt_job == NULL) { in threadpool_thread()
1130 if (__predict_false(thread->tpt_job == NULL)) { in threadpool_thread()
[all …]