sleepCond         428 src/dps8/threadz.c     rc = pthread_cond_init (& p->sleepCond, NULL);
sleepCond         442 src/dps8/threadz.c     rc = pthread_cond_init (& p->sleepCond, & p->sleepCondAttr);
sleepCond         444 src/dps8/threadz.c     rc = pthread_cond_init (& p->sleepCond, NULL);
sleepCond         532 src/dps8/threadz.c   rc = pthread_cond_timedwait (& p->sleepCond, & scu_lock, & absTime);
sleepCond         566 src/dps8/threadz.c     rc = pthread_cond_signal (& p->sleepCond);
sleepCond         157 src/dps8/threadz.h     pthread_cond_t sleepCond;