Home
last modified time | relevance | path

Searched refs:PR_SET_TIMERSLACK (Results 1 – 25 of 31) sorted by relevance

12

/third_party/ltp/include/lapi/
Dprctl.h22 #ifndef PR_SET_TIMERSLACK
23 # define PR_SET_TIMERSLACK 29 macro
/third_party/ltp/testcases/kernel/syscalls/prctl/
Dprctl08.c79 prctl(PR_SET_TIMERSLACK, 0); in check_inherit_timerslack()
97 TEST(prctl(PR_SET_TIMERSLACK, tc->setvalue)); in verify_prctl()
Dprctl09.c37 TEST(prctl(PR_SET_TIMERSLACK, 200000)); in setup()
/third_party/pulseaudio/src/pulsecore/
Dcore-rtclock.c156 #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/
Dprctl.h57 #define PR_SET_TIMERSLACK 29 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dprctl.h57 #define PR_SET_TIMERSLACK 29 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dprctl.h57 #define PR_SET_TIMERSLACK 29 macro
/third_party/musl/include/sys/
Dprctl.h57 #define PR_SET_TIMERSLACK 29 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dprctl.h57 #define PR_SET_TIMERSLACK 29 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dprctl.h57 #define PR_SET_TIMERSLACK 29 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dprctl.h57 #define PR_SET_TIMERSLACK 29 macro
/third_party/rust/crates/rustix/src/thread/
Dprctl.rs484 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/
Dfuchsia.txt677 PR_SET_TIMERSLACK
Dlinux.txt1788 PR_SET_TIMERSLACK
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1088 pub const PR_SET_TIMERSLACK: ::c_int = 29; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1982 pub const PR_SET_TIMERSLACK: ::c_int = 29; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2571 pub const PR_SET_TIMERSLACK: ::c_int = 29; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1229 pub const PR_SET_TIMERSLACK: u32 = 29; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs1226 pub const PR_SET_TIMERSLACK: u32 = 29; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs1234 pub const PR_SET_TIMERSLACK: u32 = 29; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs1439 pub const PR_SET_TIMERSLACK: u32 = 29; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs1225 pub const PR_SET_TIMERSLACK: u32 = 29; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs1224 pub const PR_SET_TIMERSLACK: u32 = 29; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs1218 pub const PR_SET_TIMERSLACK: u32 = 29; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs1225 pub const PR_SET_TIMERSLACK: u32 = 29; constant

12