Home
last modified time | relevance | path

Searched refs:RemoveAwakable (Results 1 – 15 of 15) sorted by relevance

/external/libmojo/mojo/edk/system/
Dawakable_list_unittest.cc299 class RemoveAwakable : public Awakable { class
301 RemoveAwakable() : awake_count(0) {} in RemoveAwakable() function in mojo::edk::__anonde2e364c0111::RemoveAwakable
310 DISALLOW_COPY_AND_ASSIGN(RemoveAwakable);
316 RemoveAwakable remove0; in TEST()
317 RemoveAwakable remove1; in TEST()
318 RemoveAwakable remove2; in TEST()
Dwait_set_dispatcher.cc61 entry.second.dispatcher->RemoveAwakable(waiter_.get(), nullptr); in Close()
121 dispatcher->RemoveAwakable(waiter_.get(), nullptr); in RemoveWaitingDispatcher()
273 void WaitSetDispatcher::RemoveAwakable(Awakable* awakable, in RemoveAwakable() function in mojo::edk::WaitSetDispatcher
Dwait_set_dispatcher_unittest.cc189 wait_set->RemoveAwakable(&w, nullptr); in TEST_F()
244 wait_set->RemoveAwakable(&w, nullptr); in TEST_F()
349 dispatcher0_->RemoveAwakable(&mp_w, nullptr); in TEST_F()
459 wait_set->RemoveAwakable(&w, nullptr); in TEST_F()
488 wait_set->RemoveAwakable(&w, nullptr); in TEST_F()
Dwaiter_test_utils.cc65 dispatcher_->RemoveAwakable(&waiter_, signals_state_out_); in Run()
Dwait_set_dispatcher.h45 void RemoveAwakable(Awakable* awakable,
Dmessage_pipe_dispatcher.h69 void RemoveAwakable(Awakable* awakable,
Ddata_pipe_consumer_dispatcher.h63 void RemoveAwakable(Awakable* awakable,
Ddata_pipe_producer_dispatcher.h62 void RemoveAwakable(Awakable* awakable,
Ddispatcher.h184 virtual void RemoveAwakable(Awakable* awakable,
Ddispatcher.cc125 void Dispatcher::RemoveAwakable(Awakable* awakable, in RemoveAwakable() function in mojo::edk::Dispatcher
Dcore_test_base.cc125 void RemoveAwakable(Awakable* /*awakable*/, in RemoveAwakable() function in mojo::edk::test::__anon9c6f4fdc0111::MockDispatcher
Ddata_pipe_producer_dispatcher.cc292 void DataPipeProducerDispatcher::RemoveAwakable( in RemoveAwakable() function in mojo::edk::DataPipeProducerDispatcher
Dmessage_pipe_dispatcher.cc388 void MessagePipeDispatcher::RemoveAwakable(Awakable* awakable, in RemoveAwakable() function in mojo::edk::MessagePipeDispatcher
Ddata_pipe_consumer_dispatcher.cc310 void DataPipeConsumerDispatcher::RemoveAwakable( in RemoveAwakable() function in mojo::edk::DataPipeConsumerDispatcher
Dcore.cc1141 dispatchers[i]->RemoveAwakable( in WaitManyInternal()