Searched refs:MONOTONIC_CLOCK (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/xorg-server.old/include/ |
| H A D | dix-config.h | 434 #define MONOTONIC_CLOCK 1 macro
|
| /xsrc/external/mit/xorg-server/include/ |
| H A D | dix-config.h | 434 #define MONOTONIC_CLOCK 1 macro
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | os.h | 57 #ifdef MONOTONIC_CLOCK 178 #ifdef MONOTONIC_CLOCK
|
| H A D | dix-config.h.in | 425 #undef MONOTONIC_CLOCK
|
| H A D | do-not-use-config.h.in | 459 #undef MONOTONIC_CLOCK
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | utils.c | 208 #ifdef MONOTONIC_CLOCK 435 #ifdef MONOTONIC_CLOCK 470 #ifdef MONOTONIC_CLOCK 498 #ifdef MONOTONIC_CLOCK
|
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | configure.ac | 983 ])], [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 D | configure | 29265 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 D | dix-config.h.in | 427 #undef MONOTONIC_CLOCK
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | configure.ac | 920 ], [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 D | configure | 30847 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 D | present_scmd.c | 26 #ifdef MONOTONIC_CLOCK
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | utils.c | 428 #ifdef MONOTONIC_CLOCK
|
Completed in 65 milliseconds