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

  /external/compiler-rt/test/asan/TestCases/Posix/
allow_user_segv.cc 36 int InstallHandler(int signum, struct sigaction *original_sigaction) {
50 if (InstallHandler(SIGSEGV, &original_sigaction_sigsegv)) return 1;
51 if (InstallHandler(SIGBUS, &original_sigaction_sigbus)) return 1;
  /external/google-breakpad/src/client/mac/handler/
exception_handler.h 169 bool InstallHandler();
exception_handler.cc 630 bool ExceptionHandler::InstallHandler() {
746 if (!InstallHandler())

Completed in 3494 milliseconds