Home
last modified time | relevance | path

Searched refs:PR_GET_TIMERSLACK (Results 1 – 13 of 13) sorted by relevance

/external/ltp/testcases/kernel/syscalls/prctl/
Dprctl08.c71 TEST(prctl(PR_GET_TIMERSLACK)); in check_get_timerslack()
92 current_value = prctl(PR_GET_TIMERSLACK); in check_inherit_timerslack()
94 default_value = prctl(PR_GET_TIMERSLACK); in check_inherit_timerslack()
129 TEST(prctl(PR_GET_TIMERSLACK)); in setup()
/external/strace/xlat/
Dprctl_options.h195 #if defined(PR_GET_TIMERSLACK) || (defined(HAVE_DECL_PR_GET_TIMERSLACK) && HAVE_DECL_PR_GET_TIMERSL…
197 static_assert((PR_GET_TIMERSLACK) == (30), "PR_GET_TIMERSLACK != 30");
200 # define PR_GET_TIMERSLACK 30
401 XLAT(PR_GET_TIMERSLACK),
Dprctl_options.in28 PR_GET_TIMERSLACK 30
/external/ltp/include/lapi/
Dprctl.h24 # define PR_GET_TIMERSLACK 30 macro
/external/libcap/libcap/include/uapi/linux/
Dprctl.h88 #define PR_GET_TIMERSLACK 30 macro
/external/ltp/lib/
Dtst_timer_test.c362 #ifdef PR_GET_TIMERSLACK in timer_setup()
363 ret = prctl(PR_GET_TIMERSLACK); in timer_setup()
/external/kernel-headers/original/uapi/linux/
Dprctl.h89 #define PR_GET_TIMERSLACK 30 macro
/external/strace/
Dprctl.c125 case PR_GET_TIMERSLACK: in SYS_FUNC()
DChangeLog34561 PR_GET_DUMPABLE, PR_GET_KEEPCAPS, PR_GET_SECCOMP, PR_GET_TIMERSLACK,
/external/minijail/linux-x86/
Dlibconstants.gen.c3808 #ifdef PR_GET_TIMERSLACK
3809 { "PR_GET_TIMERSLACK", (unsigned long) PR_GET_TIMERSLACK },
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1095 pub const PR_GET_TIMERSLACK: ::c_int = 30; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1644 pub const PR_GET_TIMERSLACK: ::c_int = 30; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2561 pub const PR_GET_TIMERSLACK: ::c_int = 30; constant