Searched defs:CLOCK_REALTIME_COARSE (Results 1 - 9 of 9) sorted by relevance

/external/libchrome/sandbox/linux/system_headers/
H A Dlinux_time.h10 #if !defined(CLOCK_REALTIME_COARSE)
11 #define CLOCK_REALTIME_COARSE 5 macro
/external/ltp/include/lapi/
H A Dposix_clocks.h26 #ifndef CLOCK_REALTIME_COARSE
27 # define CLOCK_REALTIME_COARSE 5 macro
/external/strace/xlat/
H A Dclocknames.h17 #if !(defined(CLOCK_REALTIME_COARSE) || (defined(HAVE_DECL_CLOCK_REALTIME_COARSE) && HAVE_DECL_CLOCK_REALTIME_COARSE))
18 # define CLOCK_REALTIME_COARSE 5 macro
52 XLAT(CLOCK_REALTIME_COARSE),
/external/kernel-headers/original/uapi/linux/
H A Dtime.h52 #define CLOCK_REALTIME_COARSE 5 macro
/external/linux-kselftest/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c49 #define CLOCK_REALTIME_COARSE 5 macro
81 case CLOCK_REALTIME_COARSE:
82 return "CLOCK_REALTIME_COARSE";
H A Dnanosleep.c50 #define CLOCK_REALTIME_COARSE 5 macro
74 case CLOCK_REALTIME_COARSE:
75 return "CLOCK_REALTIME_COARSE";
H A Dnsleep-lat.c50 #define CLOCK_REALTIME_COARSE 5 macro
74 case CLOCK_REALTIME_COARSE:
75 return "CLOCK_REALTIME_COARSE";
H A Dinconsistency-check.c52 #define CLOCK_REALTIME_COARSE 5 macro
74 case CLOCK_REALTIME_COARSE:
75 return "CLOCK_REALTIME_COARSE";
H A Dset-timer-lat.c48 #define CLOCK_REALTIME_COARSE 5 macro
80 case CLOCK_REALTIME_COARSE:
81 return "CLOCK_REALTIME_COARSE";
205 (clock_id == CLOCK_REALTIME_COARSE) ||

Completed in 218 milliseconds