Searched refs:PR_GET_PDEATHSIG (Results 1 – 15 of 15) sorted by relevance
/external/strace/tests-m32/ |
D | prctl-pdeathsig.c | 36 #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/ |
D | prctl-pdeathsig.c | 36 #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/ |
D | prctl-pdeathsig.c | 36 #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/ |
D | prctl_options.h | 13 #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),
|
D | prctl_options.in | 2 PR_GET_PDEATHSIG 2
|
/external/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl01.c | 27 TEST(prctl(PR_GET_PDEATHSIG, &get_sig)); in verify_prctl()
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 9 #define PR_GET_PDEATHSIG 2 /* Second arg is a ptr to return the signal */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 10 #define PR_GET_PDEATHSIG 2 /* Second arg is a ptr to return the signal */ macro
|
/external/llvm-project/compiler-rt/lib/profile/ |
D | InstrProfilingUtil.c | 320 if (prctl(PR_GET_PDEATHSIG, &PDeachSig) == 0 && PDeachSig == SIGKILL) in lprofSuspendSigKill()
|
/external/strace/ |
D | prctl.c | 159 case PR_GET_PDEATHSIG: in SYS_FUNC()
|
D | ChangeLog-CVS | 487 * process.c (sys_prctl): Decode PR_SET_PDEATHSIG, PR_GET_PDEATHSIG,
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 3787 #ifdef PR_GET_PDEATHSIG 3788 { "PR_GET_PDEATHSIG", (unsigned long) PR_GET_PDEATHSIG },
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1035 pub const PR_GET_PDEATHSIG: ::c_int = 2; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1584 pub const PR_GET_PDEATHSIG: ::c_int = 2; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2501 pub const PR_GET_PDEATHSIG: ::c_int = 2; constant
|