Home
last modified time | relevance | path

Searched refs:GetReadyDispatchers (Results 1 – 6 of 6) sorted by relevance

/external/libmojo/mojo/edk/system/
Dwait_set_dispatcher_unittest.cc48 MojoResult result = wait_set->GetReadyDispatchers( in GetOneReadyDispatcher()
290 wait_set->GetReadyDispatchers(&count, in TEST_F()
311 wait_set->GetReadyDispatchers(&count, in TEST_F()
330 wait_set->GetReadyDispatchers(&count, in TEST_F()
361 wait_set->GetReadyDispatchers(&count, in TEST_F()
Dwait_set_dispatcher.h36 MojoResult GetReadyDispatchers(uint32_t* count,
Ddispatcher.h148 virtual MojoResult GetReadyDispatchers(uint32_t* count,
Ddispatcher.cc107 MojoResult Dispatcher::GetReadyDispatchers(uint32_t* count, in GetReadyDispatchers() function in mojo::edk::Dispatcher
Dwait_set_dispatcher.cc146 MojoResult WaitSetDispatcher::GetReadyDispatchers( in GetReadyDispatchers() function in mojo::edk::WaitSetDispatcher
Dcore.cc581 MojoResult result = wait_set_dispatcher->GetReadyDispatchers( in GetReadyHandles()