kern_condvar.c | 75 syncobj_t cv_syncobj = { variable in typeref:typename:syncobj_t 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);
|