Home
last modified time | relevance | path

Searched refs:SetExceptionPort (Results 1 – 7 of 7) sorted by relevance

/kernel/syscalls/
A Dexceptions.cpp82 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()
/kernel/object/include/object/
A Dthread_dispatcher.h108 zx_status_t SetExceptionPort(fbl::RefPtr<ExceptionPort> eport);
A Djob_dispatcher.h136 zx_status_t SetExceptionPort(fbl::RefPtr<ExceptionPort> eport);
A Dprocess_dispatcher.h221 zx_status_t SetExceptionPort(fbl::RefPtr<ExceptionPort> eport);
/kernel/object/
A Djob_dispatcher.cpp463 zx_status_t JobDispatcher::SetExceptionPort(fbl::RefPtr<ExceptionPort> eport) { in SetExceptionPort() function in JobDispatcher
A Dprocess_dispatcher.cpp665 zx_status_t ProcessDispatcher::SetExceptionPort(fbl::RefPtr<ExceptionPort> eport) { in SetExceptionPort() function in ProcessDispatcher
A Dthread_dispatcher.cpp516 zx_status_t ThreadDispatcher::SetExceptionPort(fbl::RefPtr<ExceptionPort> eport) { in SetExceptionPort() function in ThreadDispatcher

Completed in 18 milliseconds