sleepCond 466 src/dps8/threadz.c rc = pthread_cond_init (& p->sleepCond, NULL); sleepCond 480 src/dps8/threadz.c rc = pthread_cond_init (& p->sleepCond, & p->sleepCondAttr); sleepCond 482 src/dps8/threadz.c rc = pthread_cond_init (& p->sleepCond, NULL); sleepCond 592 src/dps8/threadz.c rc = pthread_cond_timedwait (& p->sleepCond, & scu_lock, & absTime); sleepCond 623 src/dps8/threadz.c rc = pthread_cond_signal (& p->sleepCond); sleepCond 160 src/dps8/threadz.h pthread_cond_t sleepCond;