Home
last modified time | relevance | path

Searched defs:CancelWatch (Results 1 – 7 of 7) sorted by relevance

/external/libmojo/mojo/edk/js/
Dsupport.cc45 void CancelWatch(WaitingCallback* waiting_callback) { in CancelWatch() function
/external/libmojo/mojo/public/c/system/
Dthunks.h122 MojoResult (*CancelWatch)(MojoHandle handle, uintptr_t context); member
/external/libmojo/mojo/edk/system/
Ddispatcher.cc31 MojoResult Dispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::edk::Dispatcher
Ddata_pipe_producer_dispatcher.cc113 MojoResult DataPipeProducerDispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::edk::DataPipeProducerDispatcher
Ddata_pipe_consumer_dispatcher.cc114 MojoResult DataPipeConsumerDispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::edk::DataPipeConsumerDispatcher
Dmessage_pipe_dispatcher.cc224 MojoResult MessagePipeDispatcher::CancelWatch(uintptr_t context) { in CancelWatch() function in mojo::edk::MessagePipeDispatcher
Dcore.cc443 MojoResult Core::CancelWatch(MojoHandle handle, uintptr_t context) { in CancelWatch() function in mojo::edk::Core