CLOCK_MONOTONIC  4293 src/dps8/dps8_sys.c   st1ret = clock_gettime(CLOCK_MONOTONIC, &ts);
CLOCK_MONOTONIC   464 src/dps8/threadz.c # if defined __APPLE__ || ! defined (CLOCK_MONOTONIC)
CLOCK_MONOTONIC   472 src/dps8/threadz.c     rc = pthread_condattr_setclock (& p->sleepCondAttr, CLOCK_MONOTONIC);
CLOCK_MONOTONIC   477 src/dps8/threadz.c       p->sleepClock = CLOCK_MONOTONIC;
CLOCK_MONOTONIC   155 src/dps8/threadz.h # if !defined __APPLE__ && defined (CLOCK_MONOTONIC)
CLOCK_MONOTONIC    87 src/dps8/utfile.c   st1ret = clock_gettime(CLOCK_MONOTONIC, &st1);
CLOCK_MONOTONIC   699 src/simh/sim_timer.c   return clock_nanosleep(CLOCK_MONOTONIC, 0, &rqt, NULL);
CLOCK_MONOTONIC   804 src/simh/sim_tmxr.c   st1ret = clock_gettime(CLOCK_MONOTONIC, &ts);