HomeSort by relevance Sort by last modified time
    Searched refs:PR_SET_CHILD_SUBREAPER (Results 1 - 21 of 21) sorted by null

  /external/ltp/include/lapi/
prctl.h 12 #ifndef PR_SET_CHILD_SUBREAPER
13 # define PR_SET_CHILD_SUBREAPER 36
  /external/libcap/libcap/include/uapi/linux/
prctl.h 130 #define PR_SET_CHILD_SUBREAPER 36
  /external/ltp/testcases/kernel/syscalls/prctl/
prctl03.c 6 * Test PR_SET_CHILD_SUBREAPER and PR_GET_CHILD_SUBREAPER of prctl(2).
7 * 1) If PR_SET_CHILD_SUBREAPER marks a process as a child subreaper, it
13 * 2) The setting of PR_SET_CHILD_SUBREAPER is not inherited by children
15 * 3) PR_GET_CHILD_SUBREAPER can get the setting of PR_SET_CHILD_SUBREAPER.
61 TEST(prctl(PR_SET_CHILD_SUBREAPER, 1));
65 "prctl() doesn't support PR_SET_CHILD_SUBREAPER");
68 "prctl(PR_SET_CHILD_SUBREAPER) failed");
73 tst_res(TPASS, "prctl(PR_SET_CHILD_SUBREAPER) succeeded");
  /external/strace/xlat/
prctl_options.h 244 #if defined(PR_SET_CHILD_SUBREAPER) || (defined(HAVE_DECL_PR_SET_CHILD_SUBREAPER) && HAVE_DECL_PR_SET_CHILD_SUBREAPER)
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),
  /bionic/libc/kernel/uapi/linux/
prctl.h 114 #define PR_SET_CHILD_SUBREAPER 36
  /external/kernel-headers/original/uapi/linux/
prctl.h 158 #define PR_SET_CHILD_SUBREAPER 36
  /external/minijail/linux-x86/
libconstants.gen.c 884 #ifdef PR_SET_CHILD_SUBREAPER
885 { "PR_SET_CHILD_SUBREAPER", (unsigned long) PR_SET_CHILD_SUBREAPER },
886 #endif // PR_SET_CHILD_SUBREAPER
    [all...]
  /external/strace/
prctl.c 257 case PR_SET_CHILD_SUBREAPER:
  /external/honggfuzz/linux/
arch.c 435 if (prctl(PR_SET_CHILD_SUBREAPER, 1UL, 0UL, 0UL, 0UL) == -1) {
436 PLOG_W("prctl(PR_SET_CHILD_SUBREAPER, 1)");
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 255 milliseconds