Searched refs:MONOTONIC_CLOCK (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xorg-server.old/include/
H A Ddix-config.h434 #define MONOTONIC_CLOCK 1 macro
/xsrc/external/mit/xorg-server/include/
H A Ddix-config.h434 #define MONOTONIC_CLOCK 1 macro
/xsrc/external/mit/xorg-server/dist/include/
H A Dos.h57 #ifdef MONOTONIC_CLOCK
178 #ifdef MONOTONIC_CLOCK
H A Ddix-config.h.in425 #undef MONOTONIC_CLOCK
H A Ddo-not-use-config.h.in459 #undef MONOTONIC_CLOCK
/xsrc/external/mit/xorg-server/dist/os/
H A Dutils.c208 #ifdef MONOTONIC_CLOCK
435 #ifdef MONOTONIC_CLOCK
470 #ifdef MONOTONIC_CLOCK
498 #ifdef MONOTONIC_CLOCK
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure.ac983 ])], [MONOTONIC_CLOCK=yes], [MONOTONIC_CLOCK=no],
984 [MONOTONIC_CLOCK="cross compiling"])
986 if test "$MONOTONIC_CLOCK" = "cross compiling"; then
987 AC_CHECK_DECL([CLOCK_MONOTONIC],[MONOTONIC_CLOCK="guessing yes"],[MONOTONIC_CLOCK=no],[#include <time.h>])
993 MONOTONIC_CLOCK=no
996 AC_MSG_RESULT([$MONOTONIC_CLOCK])
997 if test "$MONOTONIC_CLOCK" = "guessing yes"; then
998 MONOTONIC_CLOCK
1002 AC_DEFINE(MONOTONIC_CLOCK, 1, [Have monotonic clock from clock_gettime()]) definition
[all...]
H A Dconfigure29265 MONOTONIC_CLOCK="cross compiling"
29284 MONOTONIC_CLOCK=yes
29286 e) MONOTONIC_CLOCK=no ;;
29295 if test "$MONOTONIC_CLOCK" = "cross compiling"; then
29300 MONOTONIC_CLOCK="guessing yes"
29302 e) MONOTONIC_CLOCK=no ;;
29310 MONOTONIC_CLOCK=no
29313 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MONOTONIC_CLOCK" >&5
29314 printf "%s\n" "$MONOTONIC_CLOCK" >&6; }
29315 if test "$MONOTONIC_CLOCK"
[all...]
/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddix-config.h.in427 #undef MONOTONIC_CLOCK
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac920 ], [MONOTONIC_CLOCK=yes], [MONOTONIC_CLOCK=no],
921 [MONOTONIC_CLOCK="cross compiling"])
926 MONOTONIC_CLOCK=no
929 AC_MSG_RESULT([$MONOTONIC_CLOCK])
931 if test "x$MONOTONIC_CLOCK" = xyes; then
932 AC_DEFINE(MONOTONIC_CLOCK, 1, [Have monotonic clock from clock_gettime()]) definition
H A Dconfigure30847 MONOTONIC_CLOCK="cross compiling"
30883 MONOTONIC_CLOCK=yes
30890 MONOTONIC_CLOCK=no
30900 MONOTONIC_CLOCK=no
30903 { echo "$as_me:$LINENO: result: $MONOTONIC_CLOCK" >&5
30904 echo "${ECHO_T}$MONOTONIC_CLOCK" >&6; }
30906 if test "x$MONOTONIC_CLOCK" = xyes; then
30909 #define MONOTONIC_CLOCK 1
[all...]
/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_scmd.c26 #ifdef MONOTONIC_CLOCK
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dutils.c428 #ifdef MONOTONIC_CLOCK

Completed in 65 milliseconds