Searched refs:DoPortCancelLocked (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/dispatcher-pool/include/dispatcher-pool/
H A Ddispatcher-interrupt.h53 zx_status_t DoPortCancelLocked() __TA_REQUIRES(obj_lock_) override;
H A Ddispatcher-event-source.h74 // DoPortWaitLocked and DoPortCancelLocked allow for a small amount of
90 virtual zx_status_t DoPortCancelLocked() __TA_REQUIRES(obj_lock_);
/fuchsia/zircon/system/ulib/dispatcher-pool/
H A Ddispatcher-event-source.cpp126 zx_status_t res = DoPortCancelLocked();
152 zx_status_t EventSource::DoPortCancelLocked() { function in class:dispatcher::EventSource
H A Ddispatcher-interrupt.cpp135 // (DoPortCancelLocked) is as a side effect of de-activation, either because
159 zx_status_t Interrupt::DoPortCancelLocked() { function in class:dispatcher::Interrupt

Completed in 33 milliseconds