kern_condvar.c | 119 * cv_enter: 125 cv_enter(kcondvar_t *cv, kmutex_t *mtx, lwp_t *l, bool catch_p) function in typeref:typename:int 180 nlocks = cv_enter(cv, mtx, l, false); 201 nlocks = cv_enter(cv, mtx, l, true); 224 nlocks = cv_enter(cv, mtx, l, false); 249 nlocks = cv_enter(cv, mtx, l, true);
|