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

  /art/runtime/
runtime_android.cc 27 struct sigaction old_action; member in namespace:art
37 old_action.sa_sigaction(signal_number, info, raw_context);
46 &old_action,
  /external/v8/src/heap/
memory-reducer.cc 98 Action old_action = state_.action; local
100 if (old_action != kWait && state_.action == kWait) {
104 if (old_action == kRun) {
115 Action old_action = state_.action; local
117 if (old_action != kWait && state_.action == kWait) {
  /system/core/libsysutils/src/
SocketClient.cpp 205 struct sigaction new_action, old_action; local
208 sigaction(SIGPIPE, &new_action, &old_action);
239 sigaction(SIGPIPE, &old_action, &new_action);
  /system/core/debuggerd/handler/
debuggerd_handler.cpp 196 struct sigaction old_action; local
197 if (sigaction(signum, nullptr, &old_action) < 0) {
202 return (old_action.sa_flags & SA_SIGINFO) != 0;
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 122 ASSERT_NE(sigaction(SIGCHLD, &sa, &old_action), -1);
126 sigaction(SIGCHLD, &old_action, NULL);
129 struct sigaction old_action; member in class:__anon20736::ExceptionHandlerTest
    [all...]

Completed in 222 milliseconds