Searched refs:failed_thread (Results 1 – 1 of 1) sorted by relevance
/external/google-breakpad/src/client/mac/handler/ |
D | exception_handler.cc | 131 mach_port_t failed_thread, 141 mach_port_t failed_thread, 211 kern_return_t catch_exception_raise(mach_port_t port, mach_port_t failed_thread, in catch_exception_raise() argument 219 return ForwardException(task, failed_thread, exception, code, code_count); in catch_exception_raise() 424 kern_return_t ForwardException(mach_port_t task, mach_port_t failed_thread, in ForwardException() argument 465 result = exception_raise(target_port, failed_thread, task, exception, in ForwardException()
|