HomeSort by: relevance | last modified time | path
    Searched refs:job_thread (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
threadpool.h 54 struct threadpool_thread *job_thread; member in struct:threadpool_job
  /src/sys/kern/
kern_threadpool.c 762 job->job_thread = NULL;
781 KASSERTMSG((job->job_thread == NULL), "job %p still running", job);
789 KASSERT(job->job_thread == NULL);
824 KASSERT(job->job_thread != NULL);
825 KASSERT(job->job_thread->tpt_lwp == curlwp);
833 curlwp->l_name = job->job_thread->tpt_lwp_savedname;
847 job->job_thread = NULL;
861 * ended early, threadpool_job_done would have set job_thread
864 if (__predict_true(job->job_thread != NULL)) {
878 job->job_thread = &pool->tp_dispatcher
    [all...]

Completed in 15 milliseconds