OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cv_wait
(Results
1 - 4
of
4
) sorted by relevancy
/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.
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);
Completed in 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025