Searched refs:OnTargetUnbind (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/kernel/object/include/object/
H A Dexcp_port.h58 void OnTargetUnbind();
/fuchsia/zircon/kernel/object/
H A Dexcp_port.cpp133 // ::OnTargetUnbind method, cleaning up our target/port references. The
140 OnTargetUnbind();
148 guard.Release(); // The target may call our ::OnTargetUnbind
157 guard.Release(); // The target may call our ::OnTargetUnbind
165 guard.Release(); // The target may call our ::OnTargetUnbind
177 // The target should have called back into ::OnTargetUnbind by this point,
189 void ExceptionPort::OnTargetUnbind() { function in class:ExceptionPort
H A Djob_dispatcher.cpp524 // OnTargetUnbind has been called on the port-to-unbind.
528 // If OnTargetUnbind were called outside of the lock, it would lead to
537 // B: Sees a null exception_port_ and returns. But OnTargetUnbind()
541 eport->OnTargetUnbind();
H A Dprocess_dispatcher.cpp666 // OnTargetUnbind has been called on the port-to-unbind.
670 // If OnTargetUnbind were called outside of the lock, it would lead to
679 // B: Sees a null exception_port_ and returns. But OnTargetUnbind()
683 eport->OnTargetUnbind();
H A Dthread_dispatcher.cpp509 // OnTargetUnbind has been called on the port-to-unbind.
513 // If OnTargetUnbind were called outside of the lock, it would lead to
522 // B: Sees a null exception_port_ and returns. But OnTargetUnbind()
526 eport->OnTargetUnbind();

Completed in 77 milliseconds