Home
last modified time | relevance | path

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

12

/third_party/ltp/include/lapi/
H A Dprctl.h29 #ifndef PR_SET_TIMERSLACK
30 # define PR_SET_TIMERSLACK 29 macro
/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl08.c10 * Test PR_GET_TIMERSLACK and PR_SET_TIMERSLACK of prctl(2).
13 * value, and a "current" value. PR_SET_TIMERSLACK sets the "current"
87 prctl(PR_SET_TIMERSLACK, 0); in check_inherit_timerslack()
105 TEST(prctl(PR_SET_TIMERSLACK, tc->setvalue)); in verify_prctl()
107 tst_res(TFAIL | TTERRNO, "prctl(PR_SET_TIMERSLACK, %lu) failed", in verify_prctl()
112 tst_res(TPASS, "prctl(PR_SET_TIMERSLACK, %lu) succeed", tc->setvalue); in verify_prctl()
H A Dprctl09.c38 TEST(prctl(PR_SET_TIMERSLACK, 200000)); in setup()
/third_party/pulseaudio/src/pulsecore/
H A Dcore-rtclock.c156 #ifdef PR_SET_TIMERSLACK in pa_rtclock_hrtimer_enable()
160 pa_log_info("PR_GET_TIMERSLACK/PR_SET_TIMERSLACK not supported."); in pa_rtclock_hrtimer_enable()
171 if (prctl(PR_SET_TIMERSLACK, slack_ns, 0, 0, 0) < 0) { in pa_rtclock_hrtimer_enable()
172 pa_log_warn("PR_SET_TIMERSLACK failed: %s", pa_cstrerror(errno)); in pa_rtclock_hrtimer_enable()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dprctl.h57 #define PR_SET_TIMERSLACK 29 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprctl.h57 #define PR_SET_TIMERSLACK 29 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprctl.h57 #define PR_SET_TIMERSLACK 29 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dprctl.h57 #define PR_SET_TIMERSLACK 29 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprctl.h57 #define PR_SET_TIMERSLACK 29 macro
/third_party/musl/include/sys/
H A Dprctl.h57 #define PR_SET_TIMERSLACK 29 macro
/third_party/rust/crates/rustix/src/thread/
H A Dprctl.rs468 // PR_GET_TIMERSLACK/PR_SET_TIMERSLACK
484 const PR_SET_TIMERSLACK: c_int = 29; consts
489 /// - [`prctl(PR_SET_TIMERSLACK,...)`]
491 /// [`prctl(PR_SET_TIMERSLACK,...)`]: https://man7.org/linux/man-pages/man2/prctl.2.html
495 unsafe { prctl_2args(PR_SET_TIMERSLACK, value as *mut _) }.map(|_r| ()) in set_current_timer_slack()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1088 pub const PR_SET_TIMERSLACK: ::c_int = 29; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1226 pub const PR_SET_TIMERSLACK: u32 = 29; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2571 pub const PR_SET_TIMERSLACK: ::c_int = 29; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1982 pub const PR_SET_TIMERSLACK: ::c_int = 29; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1229 pub const PR_SET_TIMERSLACK: u32 = 29; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1221 pub const PR_SET_TIMERSLACK: u32 = 29; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1239 pub const PR_SET_TIMERSLACK: u32 = 29; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1234 pub const PR_SET_TIMERSLACK: u32 = 29; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1231 pub const PR_SET_TIMERSLACK: u32 = 29; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1226 pub const PR_SET_TIMERSLACK: u32 = 29; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1215 pub const PR_SET_TIMERSLACK: u32 = 29; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1439 pub const PR_SET_TIMERSLACK: u32 = 29; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1224 pub const PR_SET_TIMERSLACK: u32 = 29; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1447 pub const PR_SET_TIMERSLACK: u32 = 29; consts

Completed in 180 milliseconds

12