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

  /art/runtime/
fault_handler.h 63 struct sigaction oldaction_; member in class:art::FaultManager
fault_handler.cc 91 sigaction(SIGSEGV, nullptr, &oldaction_);
122 int e = sigaction(SIGSEGV, &action, &oldaction_);
127 ClaimSignalChain(SIGSEGV, &oldaction_);

Completed in 67 milliseconds