/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/ltp/testcases/kernel/syscalls/clock_adjtime/ |
D | clock_adjtime02.c | 79 .clktype = MAX_CLOCKS, 83 .clktype = MAX_CLOCKS + 1,
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | time.h | 56 #define MAX_CLOCKS 16 macro
|
/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 | 112 #define MAX_CLOCKS 16 macro
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1345 pub const MAX_CLOCKS: u32 = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1342 pub const MAX_CLOCKS: u32 = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 1350 pub const MAX_CLOCKS: u32 = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1555 pub const MAX_CLOCKS: u32 = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 1341 pub const MAX_CLOCKS: u32 = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1340 pub const MAX_CLOCKS: u32 = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1334 pub const MAX_CLOCKS: u32 = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1341 pub const MAX_CLOCKS: u32 = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 1331 pub const MAX_CLOCKS: u32 = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 1563 pub const MAX_CLOCKS: u32 = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 1337 pub const MAX_CLOCKS: u32 = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 1342 pub const MAX_CLOCKS: u32 = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 1355 pub const MAX_CLOCKS: u32 = 16; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 1347 pub const MAX_CLOCKS: u32 = 16; constant
|