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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c2370 cond_t mutatorscv = DEFAULTCV; /* where non-mutators sleep. */ variable
2626 (void) cond_wait(&mutatorscv, &mutatorslock);
2657 (void) cond_wait(&mutatorscv, &mutatorslock);
2666 (void) cond_broadcast(&mutatorscv);

Completed in 27 milliseconds