Searched refs:ExceptionHandlerExchange (Results 1 – 4 of 4) sorted by relevance
| /kernel/object/ |
| A D | excp_port.cpp | 282 …auto status = thread->ExceptionHandlerExchange(fbl::RefPtr<ExceptionPort>(this), &report, &context… in OnThreadStartForDebugger() 307 …auto status = thread->ExceptionHandlerExchange(fbl::RefPtr<ExceptionPort>(this), &report, &context… in OnProcessStartForDebugger() 338 …auto status = thread->ExceptionHandlerExchange(fbl::RefPtr<ExceptionPort>(this), &report, &context… in OnThreadExitForDebugger()
|
| A D | exception.cpp | 125 auto status = thread->ExceptionHandlerExchange(eport, report, arch_context, estatus); in try_exception_handler()
|
| A D | thread_dispatcher.cpp | 580 zx_status_t ThreadDispatcher::ExceptionHandlerExchange( in ExceptionHandlerExchange() function in ThreadDispatcher
|
| /kernel/object/include/object/ |
| A D | thread_dispatcher.h | 122 zx_status_t ExceptionHandlerExchange(fbl::RefPtr<ExceptionPort> eport,
|
Completed in 9 milliseconds