Home
last modified time | relevance | path

Searched refs:PR_SET_CHILD_SUBREAPER (Results 1 – 25 of 27) sorted by relevance

12

/external/ltp/include/lapi/
Dprctl.h12 #ifndef PR_SET_CHILD_SUBREAPER
13 # define PR_SET_CHILD_SUBREAPER 36 macro
/external/strace/xlat/
Dprctl_options.h244 #if defined(PR_SET_CHILD_SUBREAPER) || (defined(HAVE_DECL_PR_SET_CHILD_SUBREAPER) && HAVE_DECL_PR_S…
246 static_assert((PR_SET_CHILD_SUBREAPER) == (36), "PR_SET_CHILD_SUBREAPER != 36");
249 # define PR_SET_CHILD_SUBREAPER 36
408 XLAT(PR_SET_CHILD_SUBREAPER),
Dprctl_options.in35 PR_SET_CHILD_SUBREAPER 36
/external/libcap/libcap/include/uapi/linux/
Dprctl.h130 #define PR_SET_CHILD_SUBREAPER 36 macro
/external/ltp/testcases/kernel/syscalls/prctl/
Dprctl03.c61 TEST(prctl(PR_SET_CHILD_SUBREAPER, 1)); in verify_prctl()
/external/kernel-headers/original/uapi/linux/
Dprctl.h158 #define PR_SET_CHILD_SUBREAPER 36 macro
/external/minijail/linux-x86/
Dlibconstants.gen.c884 #ifdef PR_SET_CHILD_SUBREAPER
885 { "PR_SET_CHILD_SUBREAPER", (unsigned long) PR_SET_CHILD_SUBREAPER },
/external/strace/
Dprctl.c257 case PR_SET_CHILD_SUBREAPER: in SYS_FUNC()
/external/honggfuzz/linux/
Darch.c435 if (prctl(PR_SET_CHILD_SUBREAPER, 1UL, 0UL, 0UL, 0UL) == -1) { in arch_archThreadInit()
/external/syzkaller/sys/linux/
Dsys_386.const409 PR_SET_CHILD_SUBREAPER = 36
Dsys_amd64.const409 PR_SET_CHILD_SUBREAPER = 36
Dsys_ppc64le.const409 PR_SET_CHILD_SUBREAPER = 36
Dsys_arm.const409 PR_SET_CHILD_SUBREAPER = 36
Dsys_arm64.const409 PR_SET_CHILD_SUBREAPER = 36
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1052 PR_SET_CHILD_SUBREAPER = 0x24 const
Dzerrors_linux_mips64le.go1309 PR_SET_CHILD_SUBREAPER = 0x24 const
Dzerrors_linux_ppc64.go1311 PR_SET_CHILD_SUBREAPER = 0x24 const
Dzerrors_linux_arm.go1308 PR_SET_CHILD_SUBREAPER = 0x24 const
Dzerrors_linux_mips64.go1309 PR_SET_CHILD_SUBREAPER = 0x24 const
Dzerrors_linux_ppc64le.go1311 PR_SET_CHILD_SUBREAPER = 0x24 const
Dzerrors_linux_arm64.go1311 PR_SET_CHILD_SUBREAPER = 0x24 const
Dzerrors_linux_386.go1310 PR_SET_CHILD_SUBREAPER = 0x24 const
Dzerrors_linux_mips.go1309 PR_SET_CHILD_SUBREAPER = 0x24 const
Dzerrors_linux_s390x.go1308 PR_SET_CHILD_SUBREAPER = 0x24 const
Dzerrors_linux_mipsle.go1309 PR_SET_CHILD_SUBREAPER = 0x24 const

12