Home
last modified time | relevance | path

Searched refs:ResetExceptionPort (Results 1 – 8 of 8) sorted by relevance

/kernel/syscalls/
A Dexceptions.cpp36 return job->ResetExceptionPort(debugger) ? ZX_OK : ZX_ERR_BAD_STATE; // No port was bound. in object_unbind_exception_port()
41 return process->ResetExceptionPort(debugger) ? ZX_OK in object_unbind_exception_port()
49 return thread->ResetExceptionPort() ? ZX_OK : ZX_ERR_BAD_STATE; // No port was bound. in object_unbind_exception_port()
/kernel/object/
A Dexcp_port.cpp145 job->ResetExceptionPort(type_ == Type::JOB_DEBUGGER); in OnPortZeroHandles()
154 process->ResetExceptionPort(type_ == Type::DEBUGGER); in OnPortZeroHandles()
162 thread->ResetExceptionPort(); in OnPortZeroHandles()
A Djob_dispatcher.cpp507 bool JobDispatcher::ResetExceptionPort(bool debugger) { in ResetExceptionPort() function in JobDispatcher
A Dprocess_dispatcher.cpp698 bool ProcessDispatcher::ResetExceptionPort(bool debugger) { in ResetExceptionPort() function in ProcessDispatcher
A Dthread_dispatcher.cpp533 bool ThreadDispatcher::ResetExceptionPort() { in ResetExceptionPort() function in ThreadDispatcher
/kernel/object/include/object/
A Dthread_dispatcher.h110 bool ResetExceptionPort();
A Djob_dispatcher.h138 bool ResetExceptionPort(bool debugger);
A Dprocess_dispatcher.h223 bool ResetExceptionPort(bool debugger);

Completed in 21 milliseconds