Home
last modified time | relevance | path

Searched refs:SendMessageToHandlerThread (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Dexception_handler.h184 bool SendMessageToHandlerThread(HandlerThreadMessage message_id);
Dexception_handler.cc288 bool result = SendMessageToHandlerThread(write_exception_stream ? in WriteMinidump()
771 if (SendMessageToHandlerThread(kShutdownMessage)) { in Teardown()
787 bool ExceptionHandler::SendMessageToHandlerThread( in SendMessageToHandlerThread() function in google_breakpad::ExceptionHandler