Home
last modified time | relevance | path

Searched refs:RemoveWatcher (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/mojo/edk/system/
Dawakable_list.h47 MojoResult RemoveWatcher(uintptr_t context);
Dawakable_list.cc82 MojoResult AwakableList::RemoveWatcher(uintptr_t context) { in RemoveWatcher() function in mojo::edk::AwakableList
Ddata_pipe_producer_dispatcher.cc119 return awakable_list_.RemoveWatcher(context); in CancelWatch()
Dmessage_pipe_dispatcher.cc132 return awakables_.RemoveWatcher(context); in CancelWatch()
Ddata_pipe_consumer_dispatcher.cc120 return awakable_list_.RemoveWatcher(context); in CancelWatch()