/third_party/ltp/include/lapi/ |
H A D | prctl.h | 29 #ifndef PR_SET_TIMERSLACK 30 # define PR_SET_TIMERSLACK 29 macro
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl08.c | 10 * 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 D | prctl09.c | 38 TEST(prctl(PR_SET_TIMERSLACK, 200000)); in setup()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-rtclock.c | 156 #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 D | prctl.h | 57 #define PR_SET_TIMERSLACK 29 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | prctl.h | 57 #define PR_SET_TIMERSLACK 29 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | prctl.h | 57 #define PR_SET_TIMERSLACK 29 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | prctl.h | 57 #define PR_SET_TIMERSLACK 29 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | prctl.h | 57 #define PR_SET_TIMERSLACK 29 macro
|
/third_party/musl/include/sys/ |
H A D | prctl.h | 57 #define PR_SET_TIMERSLACK 29 macro
|
/third_party/rust/crates/rustix/src/thread/ |
H A D | prctl.rs | 468 // 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 D | mod.rs | 1088 pub const PR_SET_TIMERSLACK: ::c_int = 29; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1226 pub const PR_SET_TIMERSLACK: u32 = 29; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2571 pub const PR_SET_TIMERSLACK: ::c_int = 29; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1982 pub const PR_SET_TIMERSLACK: ::c_int = 29; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1229 pub const PR_SET_TIMERSLACK: u32 = 29; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1221 pub const PR_SET_TIMERSLACK: u32 = 29; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1239 pub const PR_SET_TIMERSLACK: u32 = 29; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1234 pub const PR_SET_TIMERSLACK: u32 = 29; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 1231 pub const PR_SET_TIMERSLACK: u32 = 29; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 1226 pub const PR_SET_TIMERSLACK: u32 = 29; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 1215 pub const PR_SET_TIMERSLACK: u32 = 29; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 1439 pub const PR_SET_TIMERSLACK: u32 = 29; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 1224 pub const PR_SET_TIMERSLACK: u32 = 29; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 1447 pub const PR_SET_TIMERSLACK: u32 = 29; consts
|