Searched refs:MAX_CLOCKS (Results 1 – 8 of 8) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
D | clock_gettime02.c | 36 .clktype = MAX_CLOCKS, 40 .clktype = MAX_CLOCKS + 1,
|
/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
D | clock_settime02.c | 63 .type = MAX_CLOCKS, 67 .type = MAX_CLOCKS + 1,
|
/third_party/ltp/include/lapi/ |
D | posix_clocks.h | 12 #define MAX_CLOCKS 16 macro
|
D | common_timers.h | 31 #define MAX_CLOCKS 16 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | time.h | 56 #define MAX_CLOCKS 16 macro
|
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/ |
D | clock_adjtime02.c | 79 .clktype = MAX_CLOCKS, 83 .clktype = MAX_CLOCKS + 1,
|
/third_party/ltp/testcases/kernel/syscalls/timer_create/ |
D | timer_create02.c | 55 {MAX_CLOCKS, &sig_ev, &timer_id, EINVAL, "invalid clock"},
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 110 #define MAX_CLOCKS 16 macro
|