Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc235 handler_port_(MACH_PORT_NULL), in ExceptionHandler()
262 handler_port_(MACH_PORT_NULL), in ExceptionHandler()
485 receive.header.msgh_local_port = self->handler_port_; in WaitForMessage()
490 self->handler_port_, in WaitForMessage()
681 handler_port_, EXCEPTION_DEFAULT, in InstallHandler()
739 &handler_port_); in Setup()
742 result = mach_port_insert_right(current_task, handler_port_, handler_port_, in Setup()
773 result = mach_port_deallocate(current_task, handler_port_); in Teardown()
781 handler_port_ = MACH_PORT_NULL; in Teardown()
800 msg.header.msgh_remote_port = handler_port_; in SendMessageToHandlerThread()
Dexception_handler.h246 mach_port_t handler_port_; variable