OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cv_wait
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/kern/
kern_condvar.c
58
* cv_opaque[0] is protected by the interlock passed to
cv_wait
() (enqueue
169
*
cv_wait
:
174
cv_wait
(kcondvar_t *cv, kmutex_t *mtx)
function
399
* after sleeping. No infinite timeout; use
cv_wait
instead.
subr_extent.c
94
#define
cv_wait
(cv, lock) no_op()
macro
171
cv_wait
(&ex->ex_cv, &ex->ex_lock);
572
cv_wait
(&ex->ex_cv, &ex->ex_lock);
971
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
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
352
panic("
cv_wait
without threads");
369
cv_wait
(cv, mtx);
387
cv_wait
(cv, mtx);
/src/external/cddl/osnet/dist/lib/libzpool/common/
kernel.c
319
cv_wait
(kcondvar_t *cv, kmutex_t *mp)
function
Completed in 17 milliseconds
Indexes created Wed May 20 00:24:30 UTC 2026