Home
last modified time | relevance | path

Searched refs:start_data (Results 1 - 25 of 28) sorted by relevance

12

/third_party/ltp/testcases/realtime/func/gtod_latency/
H A Dgtod_latency.c237 struct timespec *start_data; in main() local
258 start_data = calloc(iterations, sizeof(struct timespec)); in main()
259 if (start_data == NULL) { in main()
268 free(start_data); in main()
307 clock_gettime(CLOCK_MONOTONIC, &start_data[k]); in main()
313 delta = timespec_subtract(&start_data[i], &stop_data[i]); in main()
/third_party/musl/arch/mips/bits/
H A Duser.h4 unsigned long start_code, start_data, start_stack; member
/third_party/musl/arch/mips64/bits/
H A Duser.h4 unsigned long long start_code, start_data, start_stack; member
/third_party/musl/arch/mipsn32/bits/
H A Duser.h4 unsigned long long start_code, start_data, start_stack; member
/third_party/musl/arch/powerpc/bits/
H A Duser.h7 unsigned long start_code, start_data, start_stack; member
/third_party/musl/arch/sh/bits/
H A Duser.h44 unsigned long start_data; member
/third_party/musl/arch/powerpc64/bits/
H A Duser.h7 unsigned long start_code, start_data, start_stack; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dprctl.h91 uint64_t start_data; member
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprctl.h91 uint64_t start_data; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprctl.h91 uint64_t start_data; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dprctl.h91 uint64_t start_data; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprctl.h91 uint64_t start_data; member
/third_party/musl/include/sys/
H A Dprctl.h91 uint64_t start_data; member
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs714 pub start_data: u64,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs3309 pub start_data: __u64,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs3308 pub start_data: __u64,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs3288 pub start_data: __u64,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs3424 pub start_data: __u64,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs3493 pub start_data: __u64,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs3446 pub start_data: __u64,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs3557 pub start_data: __u64,
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs3392 pub start_data: __u64,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs3657 pub start_data: __u64,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs3361 pub start_data: __u64,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs3633 pub start_data: __u64,

Completed in 166 milliseconds

12