Lines Matching refs:clock_monotonic
330 clock_gettime="yes" # clock_monotonic probe has dependency on this
331 clock_monotonic="yes"
843 # CLOCK_MONOTONIC probe
844 if test "$clock_monotonic" != "yes" ; then
845 clock_monotonic="no"
853 return clock_gettime(CLOCK_MONOTONIC, NULL);
857 clock_monotonic="yes"
860 echo "CLOCK_MONOTONIC $clock_monotonic"
2068 if test "$clock_monotonic" = "yes" ; then