HomeSort by relevance Sort by last modified time
    Searched refs:PR_SET_PDEATHSIG (Results 1 - 25 of 41) sorted by null

1 2

  /external/strace/tests/
prctl-pdeathsig.c 2 * Check decoding of prctl PR_GET_PDEATHSIG/PR_SET_PDEATHSIG operations.
36 #if defined __NR_prctl && defined PR_GET_PDEATHSIG && defined PR_SET_PDEATHSIG
51 rc = syscall(__NR_prctl, PR_SET_PDEATHSIG, bogus_signal);
52 printf("prctl(PR_SET_PDEATHSIG, %llu) = %s\n",
55 rc = syscall(__NR_prctl, PR_SET_PDEATHSIG, SIGINT);
56 printf("prctl(PR_SET_PDEATHSIG, SIGINT) = %s\n", sprintrc(rc));
80 SKIP_MAIN_UNDEFINED("__NR_prctl && PR_GET_PDEATHSIG && PR_SET_PDEATHSIG")
  /external/strace/tests-m32/
prctl-pdeathsig.c 2 * Check decoding of prctl PR_GET_PDEATHSIG/PR_SET_PDEATHSIG operations.
36 #if defined __NR_prctl && defined PR_GET_PDEATHSIG && defined PR_SET_PDEATHSIG
51 rc = syscall(__NR_prctl, PR_SET_PDEATHSIG, bogus_signal);
52 printf("prctl(PR_SET_PDEATHSIG, %llu) = %s\n",
55 rc = syscall(__NR_prctl, PR_SET_PDEATHSIG, SIGINT);
56 printf("prctl(PR_SET_PDEATHSIG, SIGINT) = %s\n", sprintrc(rc));
80 SKIP_MAIN_UNDEFINED("__NR_prctl && PR_GET_PDEATHSIG && PR_SET_PDEATHSIG")
  /external/strace/tests-mx32/
prctl-pdeathsig.c 2 * Check decoding of prctl PR_GET_PDEATHSIG/PR_SET_PDEATHSIG operations.
36 #if defined __NR_prctl && defined PR_GET_PDEATHSIG && defined PR_SET_PDEATHSIG
51 rc = syscall(__NR_prctl, PR_SET_PDEATHSIG, bogus_signal);
52 printf("prctl(PR_SET_PDEATHSIG, %llu) = %s\n",
55 rc = syscall(__NR_prctl, PR_SET_PDEATHSIG, SIGINT);
56 printf("prctl(PR_SET_PDEATHSIG, SIGINT) = %s\n", sprintrc(rc));
80 SKIP_MAIN_UNDEFINED("__NR_prctl && PR_GET_PDEATHSIG && PR_SET_PDEATHSIG")
  /external/ltp/testcases/kernel/syscalls/prctl/
prctl01.c 19 TEST(prctl(PR_SET_PDEATHSIG, SIGUSR2));
21 tst_res(TFAIL | TTERRNO, "prctl(PR_SET_PDEATHSIG) failed");
25 tst_res(TPASS, "prctl(PR_SET_PDEATHSIG) succeeded");
prctl02.c 6 * 2) prctl() fails with EINVAL when option is PR_SET_PDEATHSIG & arg2 is
25 {PR_SET_PDEATHSIG, INVALID_ARG, EINVAL},
  /external/compiler-rt/test/asan/TestCases/Linux/
signal_during_stop_the_world.cc 34 prctl(PR_SET_PDEATHSIG, SIGTERM, 0, 0, 0);
  /external/libcap/libcap/include/uapi/linux/
prctl.h 6 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */
  /external/strace/xlat/
prctl_options.h 6 #if defined(PR_SET_PDEATHSIG) || (defined(HAVE_DECL_PR_SET_PDEATHSIG) && HAVE_DECL_PR_SET_PDEATHSIG)
8 static_assert((PR_SET_PDEATHSIG) == (1), "PR_SET_PDEATHSIG != 1");
11 # define PR_SET_PDEATHSIG 1
374 XLAT(PR_SET_PDEATHSIG),
  /bionic/libc/kernel/uapi/linux/
prctl.h 22 #define PR_SET_PDEATHSIG 1
  /external/kernel-headers/original/uapi/linux/
prctl.h 9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */
  /external/linux-kselftest/tools/testing/selftests/nsfs/
owner.c 41 prctl(PR_SET_PDEATHSIG, SIGKILL);
pidns.c 35 prctl(PR_SET_PDEATHSIG, SIGKILL);
  /external/syzkaller/executor/
executor_linux.h 26 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0);
common_linux.h     [all...]
  /frameworks/av/media/audioserver/
main_audioserver.cpp 132 prctl(PR_SET_PDEATHSIG, SIGKILL); // if parent media.log dies before me, kill me also
  /external/compiler-rt/lib/esan/
esan_sideline_linux.cpp 68 internal_prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0);
  /frameworks/base/cmds/incidentd/src/
incidentd_util.cpp 82 prctl(PR_SET_PDEATHSIG, SIGKILL);
  /external/minijail/linux-x86/
libconstants.gen.c 950 #ifdef PR_SET_PDEATHSIG
951 { "PR_SET_PDEATHSIG", (unsigned long) PR_SET_PDEATHSIG },
952 #endif // PR_SET_PDEATHSIG
    [all...]
  /external/strace/
prctl.c 336 case PR_SET_PDEATHSIG:
  /bionic/tests/
sys_ptrace_test.cpp 157 if (prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0) == -1) {
158 perror("prctl(PR_SET_PDEATHSIG)");
268 if (prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0) == -1) {
269 perror("prctl(PR_SET_PDEATHSIG)");
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 259 internal_prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0);
  /external/honggfuzz/linux/
arch.c 94 if (prctl(PR_SET_PDEATHSIG, (unsigned long)SIGKILL, 0UL, 0UL, 0UL) == -1) {
95 PLOG_W("prctl(PR_SET_PDEATHSIG, SIGKILL)");
  /external/linux-kselftest/tools/testing/selftests/uevent/
uevent_filtering.c 224 ret = prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0);
270 fprintf(stderr, "Failed to set PR_SET_PDEATHSIG to SIGKILL\n");
  /art/tools/timeout_dumper/
timeout_dumper.cc 691 if (prctl(PR_SET_PDEATHSIG, SIGTERM) == -1) {
  /external/libchrome/base/process/
launch_posix.cc 492 if (prctl(PR_SET_PDEATHSIG, SIGKILL) != 0) {
493 RAW_LOG(ERROR, "prctl(PR_SET_PDEATHSIG) failed");

Completed in 1048 milliseconds

1 2