Home
last modified time | relevance | path

Searched refs:cv_syncobj (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_condvar.c75 syncobj_t cv_syncobj = { variable
138 sleepq_enqueue(sq, cv, CV_WMESG(cv), &cv_syncobj, catch_p); in cv_enter()
181 (void)sleepq_block(0, false, &cv_syncobj, nlocks); in cv_wait()
202 error = sleepq_block(0, true, &cv_syncobj, nlocks); in cv_wait_sig()
225 error = sleepq_block(timo, false, &cv_syncobj, nlocks); in cv_timedwait()
250 error = sleepq_block(timo, true, &cv_syncobj, nlocks); in cv_timedwait_sig()
/netbsd-src/sys/sys/
H A Dsyncobj.h61 extern syncobj_t cv_syncobj;