Home | History | Annotate | Download | only in fio

Lines Matching refs:clock_gettime

330   clock_gettime="yes" # clock_monotonic probe has dependency on this
822 # clock_gettime probe
823 if test "$clock_gettime" != "yes" ; then
824 clock_gettime="no"
831 return clock_gettime(0, NULL);
834 if compile_prog "" "" "clock_gettime"; then
835 clock_gettime="yes"
836 elif compile_prog "" "-lrt" "clock_gettime"; then
837 clock_gettime="yes"
840 echo "clock_gettime $clock_gettime"
847 if test "$clock_gettime" = "yes" ; then
853 return clock_gettime(CLOCK_MONOTONIC, NULL);
867 if test "$clock_gettime" = "yes" ; then
873 return clock_gettime(CLOCK_MONOTONIC_RAW, NULL);
887 if test "$clock_gettime" = "yes" ; then
893 return clock_gettime(CLOCK_MONOTONIC_PRECISE, NULL);
2065 if test "$clock_gettime" = "yes" ; then