sleepCond         415 src/dps8/threadz.c     rc = pthread_cond_init (& p->sleepCond, NULL);
sleepCond         429 src/dps8/threadz.c     rc = pthread_cond_init (& p->sleepCond, & p->sleepCondAttr);
sleepCond         431 src/dps8/threadz.c     rc = pthread_cond_init (& p->sleepCond, NULL);
sleepCond         533 src/dps8/threadz.c   rc = pthread_cond_timedwait (& p->sleepCond, & scu_lock, & absTime);
sleepCond         567 src/dps8/threadz.c     rc = pthread_cond_signal (& p->sleepCond);
sleepCond         153 src/dps8/threadz.h     pthread_cond_t sleepCond;