/src/sys/kern/ |
kern_condvar.c | 57 * cv_opaque[0] is protected by the interlock passed to cv_wait() (enqueue 168 * cv_wait: 173 cv_wait(kcondvar_t *cv, kmutex_t *mtx) function in typeref:typename:void 398 * after sleeping. No infinite timeout; use cv_wait instead.
|
kern_condvar.c | 57 * cv_opaque[0] is protected by the interlock passed to cv_wait() (enqueue 168 * cv_wait: 173 cv_wait(kcondvar_t *cv, kmutex_t *mtx) function in typeref:typename:void 398 * after sleeping. No infinite timeout; use cv_wait instead.
|
kern_condvar.c | 57 * cv_opaque[0] is protected by the interlock passed to cv_wait() (enqueue 168 * cv_wait: 173 cv_wait(kcondvar_t *cv, kmutex_t *mtx) function in typeref:typename:void 398 * after sleeping. No infinite timeout; use cv_wait instead.
|
subr_extent.c | 91 #define cv_wait(cv, lock) no_op() macro 167 cv_wait(&ex->ex_cv, &ex->ex_lock); 568 cv_wait(&ex->ex_cv, &ex->ex_lock); 967 cv_wait(&ex->ex_cv, &ex->ex_lock);
|
subr_extent.c | 91 #define cv_wait(cv, lock) no_op() macro 167 cv_wait(&ex->ex_cv, &ex->ex_lock); 568 cv_wait(&ex->ex_cv, &ex->ex_lock); 967 cv_wait(&ex->ex_cv, &ex->ex_lock);
|
subr_extent.c | 91 #define cv_wait(cv, lock) no_op() macro 167 cv_wait(&ex->ex_cv, &ex->ex_lock); 568 cv_wait(&ex->ex_cv, &ex->ex_lock); 967 cv_wait(&ex->ex_cv, &ex->ex_lock);
|
/src/sys/rump/librump/rumpkern/ |
locks.c | 439 cv_wait(kcondvar_t *cv, kmutex_t *mtx) function in typeref:typename:void 443 panic("cv_wait without threads"); 452 panic("cv_wait without threads");
|
locks_up.c | 345 cv_wait(kcondvar_t *cv, kmutex_t *mtx) function in typeref:typename:void 352 panic("cv_wait without threads"); 369 cv_wait(cv, mtx); 387 cv_wait(cv, mtx);
|
locks.c | 439 cv_wait(kcondvar_t *cv, kmutex_t *mtx) function in typeref:typename:void 443 panic("cv_wait without threads"); 452 panic("cv_wait without threads");
|
locks_up.c | 345 cv_wait(kcondvar_t *cv, kmutex_t *mtx) function in typeref:typename:void 352 panic("cv_wait without threads"); 369 cv_wait(cv, mtx); 387 cv_wait(cv, mtx);
|
locks.c | 439 cv_wait(kcondvar_t *cv, kmutex_t *mtx) function in typeref:typename:void 443 panic("cv_wait without threads"); 452 panic("cv_wait without threads");
|
locks_up.c | 345 cv_wait(kcondvar_t *cv, kmutex_t *mtx) function in typeref:typename:void 352 panic("cv_wait without threads"); 369 cv_wait(cv, mtx); 387 cv_wait(cv, mtx);
|