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

  /src/sys/kern/
kern_threadpool.c 191 kmutex_t tp_lock; member in struct:threadpool
392 mutex_init(&pool->tp_lock, MUTEX_DEFAULT, IPL_VM);
416 mutex_spin_enter(&pool->tp_lock);
419 mutex_spin_exit(&pool->tp_lock);
433 mutex_destroy(&pool->tp_lock);
448 mutex_spin_enter(&pool->tp_lock);
457 cv_wait(&pool->tp_dispatcher.tpt_cv, &pool->tp_lock);
459 mutex_spin_exit(&pool->tp_lock);
469 mutex_destroy(&pool->tp_lock);
476 KASSERT(mutex_owned(&pool->tp_lock));
    [all...]
kern_threadpool.c 191 kmutex_t tp_lock; member in struct:threadpool
392 mutex_init(&pool->tp_lock, MUTEX_DEFAULT, IPL_VM);
416 mutex_spin_enter(&pool->tp_lock);
419 mutex_spin_exit(&pool->tp_lock);
433 mutex_destroy(&pool->tp_lock);
448 mutex_spin_enter(&pool->tp_lock);
457 cv_wait(&pool->tp_dispatcher.tpt_cv, &pool->tp_lock);
459 mutex_spin_exit(&pool->tp_lock);
469 mutex_destroy(&pool->tp_lock);
476 KASSERT(mutex_owned(&pool->tp_lock));
    [all...]

Completed in 22 milliseconds