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

  /external/ltp/include/lapi/
prctl.h 14 # define PR_GET_CHILD_SUBREAPER 37
  /external/libcap/libcap/include/uapi/linux/
prctl.h 131 #define PR_GET_CHILD_SUBREAPER 37
  /external/ltp/testcases/kernel/syscalls/prctl/
prctl03.c 6 * Test PR_SET_CHILD_SUBREAPER and PR_GET_CHILD_SUBREAPER of prctl(2).
15 * 3) PR_GET_CHILD_SUBREAPER can get the setting of PR_SET_CHILD_SUBREAPER.
38 TEST(prctl(PR_GET_CHILD_SUBREAPER, &get_val));
40 tst_res(TFAIL | TTERRNO, "prctl(PR_GET_CHILD_SUBREAPER) failed");
45 tst_res(TPASS, "prctl(PR_GET_CHILD_SUBREAPER) got expected %d",
48 tst_res(TFAIL, "prctl(PR_GET_CHILD_SUBREAPER) got %d, expected %d",
  /external/strace/xlat/
prctl_options.h 251 #if defined(PR_GET_CHILD_SUBREAPER) || (defined(HAVE_DECL_PR_GET_CHILD_SUBREAPER) && HAVE_DECL_PR_GET_CHILD_SUBREAPER)
253 static_assert((PR_GET_CHILD_SUBREAPER) == (37), "PR_GET_CHILD_SUBREAPER != 37");
256 # define PR_GET_CHILD_SUBREAPER 37
409 XLAT(PR_GET_CHILD_SUBREAPER),
  /bionic/libc/kernel/uapi/linux/
prctl.h 115 #define PR_GET_CHILD_SUBREAPER 37
  /external/kernel-headers/original/uapi/linux/
prctl.h 159 #define PR_GET_CHILD_SUBREAPER 37
  /external/minijail/linux-x86/
libconstants.gen.c 815 #ifdef PR_GET_CHILD_SUBREAPER
816 { "PR_GET_CHILD_SUBREAPER", (unsigned long) PR_GET_CHILD_SUBREAPER },
817 #endif // PR_GET_CHILD_SUBREAPER
    [all...]
  /external/strace/
prctl.c 129 case PR_GET_CHILD_SUBREAPER:
  /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 1794 milliseconds