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

  /system/core/libmemunreachable/
ScopedAlarm.h 30 struct sigaction oldact{}; struct
35 sigaction(SIGALRM, &act, &oldact);
  /cts/tests/tests/os/jni/
android_os_cts_TaggedPointer.cpp 44 struct sigaction oldact; local
53 err = sigaction(SIGSEGV, &sigsegv_act, &oldact);
69 sigaction(SIGSEGV, &oldact, NULL);
android_os_cts_CpuInstructions.cpp 39 struct sigaction oldact; local
46 err = sigaction(SIGILL, &sigill_act, &oldact);
60 sigaction(SIGILL, &oldact, NULL);
  /external/libchrome/base/posix/
unix_domain_socket_linux_unittest.cc 63 struct sigaction act = {}, oldact; local
65 ASSERT_EQ(0, sigaction(SIGPIPE, &act, &oldact));
79 ASSERT_EQ(0, sigaction(SIGPIPE, &oldact, NULL));
  /system/core/libbacktrace/
BacktraceCurrent.cpp 136 struct sigaction act, oldact; local
141 if (sigaction(THREAD_SIGNAL, &act, &oldact) != 0) {
158 sigaction(THREAD_SIGNAL, &oldact, nullptr);
168 if (!wait_completed && oldact.sa_sigaction == nullptr) {
179 sigaction(THREAD_SIGNAL, &oldact, nullptr);
  /external/ppp/pppd/
main.c 1436 struct sigaction act, oldact; local
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 2299 struct sigaction oldact = {}; local
    [all...]

Completed in 623 milliseconds