Home | History | Annotate | Download | only in fio

Lines Matching refs:clock_gettime

655 # clock_gettime probe
656 clock_gettime="no"
662 return clock_gettime(0, NULL);
665 if compile_prog "" "" "clock_gettime"; then
666 clock_gettime="yes"
667 elif compile_prog "" "-lrt" "clock_gettime"; then
668 clock_gettime="yes"
671 echo "clock_gettime $clock_gettime"
676 if test "$clock_gettime" = "yes" ; then
682 return clock_gettime(CLOCK_MONOTONIC, NULL);
694 if test "$clock_gettime" = "yes" ; then
700 return clock_gettime(CLOCK_MONOTONIC_PRECISE, NULL);
1242 if test "$clock_gettime" = "yes" ; then