/third_party/musl/ndk_musl_include/sys/ |
D | prctl.h | 53 #define PR_TSC_ENABLE 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | prctl.h | 53 #define PR_TSC_ENABLE 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | prctl.h | 53 #define PR_TSC_ENABLE 1 macro
|
/third_party/musl/include/sys/ |
D | prctl.h | 53 #define PR_TSC_ENABLE 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | prctl.h | 53 #define PR_TSC_ENABLE 1 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | prctl.h | 53 #define PR_TSC_ENABLE 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | prctl.h | 53 #define PR_TSC_ENABLE 1 macro
|
/third_party/rust/crates/rustix/src/process/ |
D | prctl.rs | 435 const PR_TSC_ENABLE: u32 = 1; constant 443 Readable = PR_TSC_ENABLE, 453 PR_TSC_ENABLE => Ok(Self::Readable), in try_from()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 685 PR_TSC_ENABLE
|
D | linux.txt | 1796 PR_TSC_ENABLE
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1082 pub const PR_TSC_ENABLE: ::c_int = 1; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1976 pub const PR_TSC_ENABLE: ::c_int = 1; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2565 pub const PR_TSC_ENABLE: ::c_int = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1225 pub const PR_TSC_ENABLE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1222 pub const PR_TSC_ENABLE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 1230 pub const PR_TSC_ENABLE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1435 pub const PR_TSC_ENABLE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 1221 pub const PR_TSC_ENABLE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1220 pub const PR_TSC_ENABLE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1214 pub const PR_TSC_ENABLE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1221 pub const PR_TSC_ENABLE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 1211 pub const PR_TSC_ENABLE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 1443 pub const PR_TSC_ENABLE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 1217 pub const PR_TSC_ENABLE: u32 = 1; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 1222 pub const PR_TSC_ENABLE: u32 = 1; constant
|