Home
last modified time | relevance | path

Searched refs:PR_GET_PDEATHSIG (Results 1 – 15 of 15) sorted by relevance

/external/strace/tests-m32/
Dprctl-pdeathsig.c36 #if defined __NR_prctl && defined PR_GET_PDEATHSIG && defined PR_SET_PDEATHSIG
58 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, NULL); in main()
61 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, pdeathsig + 1); in main()
65 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, pdeathsig); in main()
/external/strace/tests-mx32/
Dprctl-pdeathsig.c36 #if defined __NR_prctl && defined PR_GET_PDEATHSIG && defined PR_SET_PDEATHSIG
58 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, NULL); in main()
61 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, pdeathsig + 1); in main()
65 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, pdeathsig); in main()
/external/strace/tests/
Dprctl-pdeathsig.c36 #if defined __NR_prctl && defined PR_GET_PDEATHSIG && defined PR_SET_PDEATHSIG
58 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, NULL); in main()
61 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, pdeathsig + 1); in main()
65 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, pdeathsig); in main()
/external/strace/xlat/
Dprctl_options.h13 #if defined(PR_GET_PDEATHSIG) || (defined(HAVE_DECL_PR_GET_PDEATHSIG) && HAVE_DECL_PR_GET_PDEATHSIG)
15 static_assert((PR_GET_PDEATHSIG) == (2), "PR_GET_PDEATHSIG != 2");
18 # define PR_GET_PDEATHSIG 2
375 XLAT(PR_GET_PDEATHSIG),
Dprctl_options.in2 PR_GET_PDEATHSIG 2
/external/ltp/testcases/kernel/syscalls/prctl/
Dprctl01.c27 TEST(prctl(PR_GET_PDEATHSIG, &get_sig)); in verify_prctl()
/external/libcap/libcap/include/uapi/linux/
Dprctl.h9 #define PR_GET_PDEATHSIG 2 /* Second arg is a ptr to return the signal */ macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h10 #define PR_GET_PDEATHSIG 2 /* Second arg is a ptr to return the signal */ macro
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingUtil.c320 if (prctl(PR_GET_PDEATHSIG, &PDeachSig) == 0 && PDeachSig == SIGKILL) in lprofSuspendSigKill()
/external/strace/
Dprctl.c159 case PR_GET_PDEATHSIG: in SYS_FUNC()
DChangeLog-CVS487 * process.c (sys_prctl): Decode PR_SET_PDEATHSIG, PR_GET_PDEATHSIG,
/external/minijail/linux-x86/
Dlibconstants.gen.c3787 #ifdef PR_GET_PDEATHSIG
3788 { "PR_GET_PDEATHSIG", (unsigned long) PR_GET_PDEATHSIG },
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1035 pub const PR_GET_PDEATHSIG: ::c_int = 2; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1584 pub const PR_GET_PDEATHSIG: ::c_int = 2; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2501 pub const PR_GET_PDEATHSIG: ::c_int = 2; constant