Home | History | Annotate | Download | only in pthread_cond_wait

Lines Matching defs:monotonic

117 #define USE_ALTCLK		/* make tests with MONOTONIC CLOCK if supported */
136 int c_clock; /* 0: cond uses the default clock. ~ !0: Cond uses monotonic clock, if supported. */
391 long pshared, monotonic, cs, mf;
399 monotonic = sysconf(_SC_MONOTONIC_CLOCK);
407 output(" MON : %li\n", monotonic);
411 if ((cs < 0) || (monotonic < 0))
416 if (monotonic < 0)
422 ("Implementation supports the MONOTONIC CLOCK but option is disabled in test.\n");
555 "[parent] Unable to set the monotonic clock for the cond");
558 output("[parent] Cond uses the Monotonic clock\n");