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

  /src/sys/kern/
kern_threadpool.c 182 struct lwp *tpt_lwp; member in struct:threadpool_thread
401 pool->tp_dispatcher.tpt_lwp = NULL;
417 pool->tp_dispatcher.tpt_lwp = lwp;
825 KASSERT(job->job_thread->tpt_lwp == curlwp);
884 pool, job, job->job_thread->tpt_lwp);
978 while (dispatcher->tpt_lwp == NULL)
1005 thread->tpt_lwp = NULL;
1036 thread->tpt_lwp = lwp;
1076 dispatcher__assign, job, thread->tpt_lwp);
1112 while (thread->tpt_lwp == NULL
    [all...]

Completed in 12 milliseconds