HomeSort by relevance Sort by last modified time
    Searched defs:oldact (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/os/jni/
android_os_cts_TaggedPointer.cpp 43 struct sigaction oldact; local
52 err = sigaction(SIGSEGV, &sigsegv_act, &oldact);
68 sigaction(SIGSEGV, &oldact, NULL);
android_os_cts_CpuInstructions.cpp 38 struct sigaction oldact; local
45 err = sigaction(SIGILL, &sigill_act, &oldact);
59 sigaction(SIGILL, &oldact, NULL);
  /external/chromium_org/base/posix/
unix_domain_socket_linux_unittest.cc 62 struct sigaction act = {}, oldact; local
64 ASSERT_EQ(0, sigaction(SIGPIPE, &act, &oldact));
78 ASSERT_EQ(0, sigaction(SIGPIPE, &oldact, NULL));
  /system/core/libbacktrace/
BacktraceThread.cpp 191 struct sigaction act, oldact; local
196 if (sigaction(THREAD_SIGNAL, &act, &oldact) != 0) {
206 sigaction(THREAD_SIGNAL, &oldact, NULL);
218 sigaction(THREAD_SIGNAL, &oldact, NULL);
  /external/compiler-rt/test/dfsan/
custom.c 612 struct sigaction oldact; local
613 dfsan_set_label(j_label, &oldact, 1);
614 int ret = sigaction(SIGUSR1, NULL, &oldact);
616 ASSERT_READ_ZERO_LABEL(&oldact, sizeof(oldact));
  /external/ppp/pppd/
main.c 1369 struct sigaction act, oldact; local
    [all...]
  /external/qemu/
exec.c 914 struct sigaction act, oldact; local
921 ret = sigaction(SIGBUS, &act, &oldact);
942 ret = sigaction(SIGBUS, &oldact, NULL);
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 2138 struct sigaction oldact = {}; local
    [all...]

Completed in 3143 milliseconds