/third_party/ltp/include/lapi/ |
D | prctl.h | 22 #ifndef PR_SET_TIMERSLACK 23 # define PR_SET_TIMERSLACK 29 macro
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl08.c | 79 prctl(PR_SET_TIMERSLACK, 0); in check_inherit_timerslack() 97 TEST(prctl(PR_SET_TIMERSLACK, tc->setvalue)); in verify_prctl()
|
D | prctl09.c | 37 TEST(prctl(PR_SET_TIMERSLACK, 200000)); in setup()
|
/third_party/pulseaudio/src/pulsecore/ |
D | core-rtclock.c | 156 #ifdef PR_SET_TIMERSLACK in pa_rtclock_hrtimer_enable() 171 if (prctl(PR_SET_TIMERSLACK, slack_ns, 0, 0, 0) < 0) { in pa_rtclock_hrtimer_enable()
|
/third_party/musl/ndk_musl_include/sys/ |
D | prctl.h | 57 #define PR_SET_TIMERSLACK 29 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | prctl.h | 57 #define PR_SET_TIMERSLACK 29 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | prctl.h | 57 #define PR_SET_TIMERSLACK 29 macro
|
/third_party/musl/include/sys/ |
D | prctl.h | 57 #define PR_SET_TIMERSLACK 29 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | prctl.h | 57 #define PR_SET_TIMERSLACK 29 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | prctl.h | 57 #define PR_SET_TIMERSLACK 29 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | prctl.h | 57 #define PR_SET_TIMERSLACK 29 macro
|
/third_party/rust/crates/rustix/src/thread/ |
D | prctl.rs | 484 const PR_SET_TIMERSLACK: c_int = 29; constant 495 unsafe { prctl_2args(PR_SET_TIMERSLACK, value as *mut _) }.map(|_r| ()) in set_current_timer_slack()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 677 PR_SET_TIMERSLACK
|
D | linux.txt | 1788 PR_SET_TIMERSLACK
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1088 pub const PR_SET_TIMERSLACK: ::c_int = 29; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1982 pub const PR_SET_TIMERSLACK: ::c_int = 29; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2571 pub const PR_SET_TIMERSLACK: ::c_int = 29; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1229 pub const PR_SET_TIMERSLACK: u32 = 29; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1226 pub const PR_SET_TIMERSLACK: u32 = 29; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 1234 pub const PR_SET_TIMERSLACK: u32 = 29; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1439 pub const PR_SET_TIMERSLACK: u32 = 29; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 1225 pub const PR_SET_TIMERSLACK: u32 = 29; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1224 pub const PR_SET_TIMERSLACK: u32 = 29; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1218 pub const PR_SET_TIMERSLACK: u32 = 29; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1225 pub const PR_SET_TIMERSLACK: u32 = 29; constant
|