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

  /src/sys/kern/
kern_threadpool.c 185 struct threadpool_job *tpt_job; member in struct:threadpool_thread
403 pool->tp_dispatcher.tpt_job = NULL;
425 KASSERT(pool->tp_dispatcher.tpt_job == NULL);
461 KASSERT(pool->tp_dispatcher.tpt_job == NULL);
887 job->job_thread->tpt_job = job;
1007 thread->tpt_job = NULL;
1077 KASSERT(thread->tpt_job == NULL);
1080 thread->tpt_job = job;
1120 while (thread->tpt_job == NULL) {
1130 if (__predict_false(thread->tpt_job == NULL))
    [all...]

Completed in 30 milliseconds