HomeSort by: relevance | last modified time | path
    Searched defs:cv_syncobj (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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);
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);

Completed in 20 milliseconds