Searched refs:EndWait (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/object/
H A Dchannel_dispatcher.cpp222 waiter->EndWait(reply);
287 // and EndWait() returns a non-ZX_ERR_TIMED_OUT status.
290 zx_status_t status = waiter->EndWait(reply);
376 zx_status_t ChannelDispatcher::MessageWaiter::EndWait(fbl::unique_ptr<MessagePacket>* out) { function in class:ChannelDispatcher::MessageWaiter
/fuchsia/zircon/kernel/object/include/object/
H A Dchannel_dispatcher.h61 // and EndWait() methods must only be called under
65 // can only be manipulated by their thread (via BeginWait() or EndWait()), and
84 zx_status_t EndWait(fbl::unique_ptr<MessagePacket>* out);

Completed in 70 milliseconds