sleepCond         444 src/dps8/threadz.c     rc = pthread_cond_init (& p->sleepCond, NULL);
sleepCond         458 src/dps8/threadz.c     rc = pthread_cond_init (& p->sleepCond, & p->sleepCondAttr);
sleepCond         460 src/dps8/threadz.c     rc = pthread_cond_init (& p->sleepCond, NULL);
sleepCond         549 src/dps8/threadz.c   rc = pthread_cond_timedwait (& p->sleepCond, & p->sleepLock, & absTime);
sleepCond         593 src/dps8/threadz.c       rc = pthread_cond_signal (& p->sleepCond);
sleepCond         157 src/dps8/threadz.h     pthread_cond_t sleepCond;