Searched defs:CancelWatch (Results 1 – 7 of 7) sorted by relevance
45 void CancelWatch(WaitingCallback* waiting_callback) { in CancelWatch() function
122 MojoResult (*CancelWatch)(MojoHandle handle, uintptr_t context); member
31 MojoResult Dispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::edk::Dispatcher
113 MojoResult DataPipeProducerDispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::edk::DataPipeProducerDispatcher
114 MojoResult DataPipeConsumerDispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::edk::DataPipeConsumerDispatcher
224 MojoResult MessagePipeDispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::edk::MessagePipeDispatcher
443 MojoResult Core::CancelWatch(MojoHandle handle, uintptr_t context) { in CancelWatch() function in mojo::edk::Core