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

  /src/sys/kern/
kern_threadpool.c 186 kcondvar_t tpt_cv; member in struct:threadpool_thread
404 cv_init(&pool->tp_dispatcher.tpt_cv, "pooldisp");
418 cv_broadcast(&pool->tp_dispatcher.tpt_cv);
431 KASSERT(!cv_has_waiters(&pool->tp_dispatcher.tpt_cv));
432 cv_destroy(&pool->tp_dispatcher.tpt_cv);
451 cv_broadcast(&pool->tp_dispatcher.tpt_cv);
453 cv_broadcast(&thread->tpt_cv);
457 cv_wait(&pool->tp_dispatcher.tpt_cv, &pool->tp_lock);
467 KASSERT(!cv_has_waiters(&pool->tp_dispatcher.tpt_cv));
468 cv_destroy(&pool->tp_dispatcher.tpt_cv);
    [all...]
kern_threadpool.c 186 kcondvar_t tpt_cv; member in struct:threadpool_thread
404 cv_init(&pool->tp_dispatcher.tpt_cv, "pooldisp");
418 cv_broadcast(&pool->tp_dispatcher.tpt_cv);
431 KASSERT(!cv_has_waiters(&pool->tp_dispatcher.tpt_cv));
432 cv_destroy(&pool->tp_dispatcher.tpt_cv);
451 cv_broadcast(&pool->tp_dispatcher.tpt_cv);
453 cv_broadcast(&thread->tpt_cv);
457 cv_wait(&pool->tp_dispatcher.tpt_cv, &pool->tp_lock);
467 KASSERT(!cv_has_waiters(&pool->tp_dispatcher.tpt_cv));
468 cv_destroy(&pool->tp_dispatcher.tpt_cv);
    [all...]
kern_threadpool.c 186 kcondvar_t tpt_cv; member in struct:threadpool_thread
404 cv_init(&pool->tp_dispatcher.tpt_cv, "pooldisp");
418 cv_broadcast(&pool->tp_dispatcher.tpt_cv);
431 KASSERT(!cv_has_waiters(&pool->tp_dispatcher.tpt_cv));
432 cv_destroy(&pool->tp_dispatcher.tpt_cv);
451 cv_broadcast(&pool->tp_dispatcher.tpt_cv);
453 cv_broadcast(&thread->tpt_cv);
457 cv_wait(&pool->tp_dispatcher.tpt_cv, &pool->tp_lock);
467 KASSERT(!cv_has_waiters(&pool->tp_dispatcher.tpt_cv));
468 cv_destroy(&pool->tp_dispatcher.tpt_cv);
    [all...]
kern_threadpool.c 186 kcondvar_t tpt_cv; member in struct:threadpool_thread
404 cv_init(&pool->tp_dispatcher.tpt_cv, "pooldisp");
418 cv_broadcast(&pool->tp_dispatcher.tpt_cv);
431 KASSERT(!cv_has_waiters(&pool->tp_dispatcher.tpt_cv));
432 cv_destroy(&pool->tp_dispatcher.tpt_cv);
451 cv_broadcast(&pool->tp_dispatcher.tpt_cv);
453 cv_broadcast(&thread->tpt_cv);
457 cv_wait(&pool->tp_dispatcher.tpt_cv, &pool->tp_lock);
467 KASSERT(!cv_has_waiters(&pool->tp_dispatcher.tpt_cv));
468 cv_destroy(&pool->tp_dispatcher.tpt_cv);
    [all...]

Completed in 45 milliseconds