sleepCond         477 src/dps8/threadz.c     rc = pthread_cond_init (& p->sleepCond, NULL);
sleepCond         491 src/dps8/threadz.c     rc = pthread_cond_init (& p->sleepCond, & p->sleepCondAttr);
sleepCond         493 src/dps8/threadz.c     rc = pthread_cond_init (& p->sleepCond, NULL);
sleepCond         619 src/dps8/threadz.c   rc = pthread_cond_timedwait (& p->sleepCond, & scu_lock, & absTime);
sleepCond         660 src/dps8/threadz.c     rc = pthread_cond_signal (& p->sleepCond);
sleepCond         160 src/dps8/threadz.h     pthread_cond_t sleepCond;