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

  /external/google-breakpad/src/client/mac/handler/
exception_handler.cc 235 handler_port_(MACH_PORT_NULL),
262 handler_port_(MACH_PORT_NULL),
485 receive.header.msgh_local_port = self->handler_port_;
490 self->handler_port_,
681 handler_port_, EXCEPTION_DEFAULT,
739 &handler_port_);
742 result = mach_port_insert_right(current_task, handler_port_, handler_port_,
773 result = mach_port_deallocate(current_task, handler_port_);
781 handler_port_ = MACH_PORT_NULL
    [all...]
exception_handler.h 246 mach_port_t handler_port_; member in class:google_breakpad::ExceptionHandler

Completed in 363 milliseconds