/third_party/ltp/include/lapi/ |
D | common_timers.h | 23 CLOCK_BOOTTIME, 44 CLOCK_TO_STR(CLOCK_BOOTTIME); in get_clock_str() 56 case CLOCK_BOOTTIME: in possibly_unsupported()
|
D | posix_clocks.h | 26 #ifndef CLOCK_BOOTTIME 27 # define CLOCK_BOOTTIME 7 macro
|
/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd04.c | 32 {CLOCK_BOOTTIME, CLOCK_BOOTTIME, 10}, 35 {CLOCK_BOOTTIME, CLOCK_BOOTTIME, -10},
|
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
D | clock_gettime03.c | 29 {CLOCK_BOOTTIME, CLOCK_BOOTTIME, 10}, 32 {CLOCK_BOOTTIME, CLOCK_BOOTTIME, -10},
|
D | clock_gettime01.c | 55 .clktype = CLOCK_BOOTTIME,
|
D | clock_gettime02.c | 79 .clktype = CLOCK_BOOTTIME,
|
D | clock_gettime04.c | 34 CLOCK_BOOTTIME,
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
D | clock_getres.c | 65 int result = clock_getres(CLOCK_BOOTTIME, &ts); in clock_getres_0400()
|
D | clock_nanosleep.c | 80 ret = clock_nanosleep(CLOCK_BOOTTIME, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_0400()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | os_unix.c | 73 #if defined(CLOCK_BOOTTIME) in os_get_reltime() 74 static clockid_t clock_id = CLOCK_BOOTTIME; in os_get_reltime() 94 #ifdef CLOCK_BOOTTIME in os_get_reltime() 95 case CLOCK_BOOTTIME: in os_get_reltime()
|
/third_party/ltp/testcases/kernel/syscalls/sysinfo/ |
D | sysinfo03.c | 45 CLOCK_BOOTTIME, off); in verify_sysinfo()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | os_unix.c | 79 #if defined(CLOCK_BOOTTIME) in os_get_reltime() 80 static clockid_t clock_id = CLOCK_BOOTTIME; in os_get_reltime() 100 #ifdef CLOCK_BOOTTIME in os_get_reltime() 101 case CLOCK_BOOTTIME: in os_get_reltime()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | time.h | 78 #define CLOCK_BOOTTIME 7 macro
|
/third_party/libuv/src/unix/ |
D | linux-core.c | 74 #ifndef CLOCK_BOOTTIME 75 # define CLOCK_BOOTTIME 7 macro 233 else if ((r = clock_gettime(CLOCK_BOOTTIME, &now)) && errno == EINVAL) { in uv_uptime()
|
/third_party/ltp/testcases/kernel/syscalls/clock_getres/ |
D | clock_getres01.c | 31 {"CLOCK_BOOTTIME", CLOCK_BOOTTIME, 0, 0,},
|
/third_party/ltp/lib/ |
D | tst_clocks.c | 133 case CLOCK_BOOTTIME: in tst_clock_name()
|
/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
D | clock_settime02.c | 80 .type = CLOCK_BOOTTIME,
|
/third_party/musl/ndk_musl_include/ |
D | time.h | 92 #define CLOCK_BOOTTIME 7 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 92 #define CLOCK_BOOTTIME 7 macro
|
/third_party/musl/include/ |
D | time.h | 92 #define CLOCK_BOOTTIME 7 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 93 #define CLOCK_BOOTTIME 7 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 93 #define CLOCK_BOOTTIME 7 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 104 #define CLOCK_BOOTTIME 7 macro
|
/third_party/openssl/crypto/rand/ |
D | rand_unix.c | 856 # ifdef CLOCK_BOOTTIME in get_timer_bits() 857 # define CLOCK_TYPE CLOCK_BOOTTIME in get_timer_bits()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211_scan.c | 786 #ifndef CLOCK_BOOTTIME in nl80211_parse_bss_info() 787 #define CLOCK_BOOTTIME 7 in nl80211_parse_bss_info() macro 789 if (clock_gettime(CLOCK_BOOTTIME, &ts) == 0) { in nl80211_parse_bss_info()
|