Searched refs:failed_thread (Results 1 – 1 of 1) sorted by relevance
/external/google-breakpad/src/client/mac/handler/ |
D | exception_handler.cc | 134 mach_port_t failed_thread, 144 mach_port_t failed_thread, 214 kern_return_t catch_exception_raise(mach_port_t port, mach_port_t failed_thread, in catch_exception_raise() argument 222 return ForwardException(task, failed_thread, exception, code, code_count); in catch_exception_raise() 432 kern_return_t ForwardException(mach_port_t task, mach_port_t failed_thread, in ForwardException() argument 473 result = exception_raise(target_port, failed_thread, task, exception, in ForwardException()
|