Searched refs:SetExceptionPort (Results 1 – 7 of 7) sorted by relevance
82 status = job->SetExceptionPort(eport); in task_bind_exception_port()100 status = process->SetExceptionPort(eport); in task_bind_exception_port()116 status = thread->SetExceptionPort(eport); in task_bind_exception_port()
108 zx_status_t SetExceptionPort(fbl::RefPtr<ExceptionPort> eport);
136 zx_status_t SetExceptionPort(fbl::RefPtr<ExceptionPort> eport);
221 zx_status_t SetExceptionPort(fbl::RefPtr<ExceptionPort> eport);
463 zx_status_t JobDispatcher::SetExceptionPort(fbl::RefPtr<ExceptionPort> eport) { in SetExceptionPort() function in JobDispatcher
665 zx_status_t ProcessDispatcher::SetExceptionPort(fbl::RefPtr<ExceptionPort> eport) { in SetExceptionPort() function in ProcessDispatcher
516 zx_status_t ThreadDispatcher::SetExceptionPort(fbl::RefPtr<ExceptionPort> eport) { in SetExceptionPort() function in ThreadDispatcher
Completed in 11 milliseconds