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

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

Completed in 126 milliseconds