CLOCK_MONOTONIC    71 ompi/mpi/c/wtick.c     if (0 == clock_getres(CLOCK_MONOTONIC, &spec)){
CLOCK_MONOTONIC    81 ompi/mpi/c/wtime.c     (void) clock_gettime(CLOCK_MONOTONIC, &tp);
CLOCK_MONOTONIC   251 opal/mca/event/libevent2022/libevent/event-internal.h #if defined(_EVENT_HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
CLOCK_MONOTONIC   335 opal/mca/event/libevent2022/libevent/event.c #if defined(_EVENT_HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
CLOCK_MONOTONIC   342 opal/mca/event/libevent2022/libevent/event.c 	if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0)
CLOCK_MONOTONIC   368 opal/mca/event/libevent2022/libevent/event.c #if defined(_EVENT_HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
CLOCK_MONOTONIC   372 opal/mca/event/libevent2022/libevent/event.c 		if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1)
CLOCK_MONOTONIC   406 opal/mca/event/libevent2022/libevent/event.c #if defined(_EVENT_HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
CLOCK_MONOTONIC  1897 opal/mca/event/libevent2022/libevent/event.c #if defined(_EVENT_HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
CLOCK_MONOTONIC    26 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     clock_gettime(CLOCK_MONOTONIC, &ts);    \
CLOCK_MONOTONIC  4476 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     (void) clock_gettime(CLOCK_MONOTONIC, &tp);
CLOCK_MONOTONIC   192 opal/mca/timer/linux/timer_linux_component.c         if( 0 == clock_getres(CLOCK_MONOTONIC, &res)) {
CLOCK_MONOTONIC   214 opal/mca/timer/linux/timer_linux_component.c     (void) clock_gettime (CLOCK_MONOTONIC, &tp);
CLOCK_MONOTONIC   223 opal/mca/timer/linux/timer_linux_component.c     (void) clock_gettime(CLOCK_MONOTONIC, &tp);
CLOCK_MONOTONIC    61 test/monitoring/test_overhead.c #elif defined(CLOCK_MONOTONIC)
CLOCK_MONOTONIC    62 test/monitoring/test_overhead.c #  define CLOCK_TYPE CLOCK_MONOTONIC