Home
last modified time | relevance | path

Searched defs:wait_set (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/mojo/edk/system/
Dwait_set_dispatcher_unittest.cc42 const scoped_refptr<WaitSetDispatcher>& wait_set, in GetOneReadyDispatcher()
126 scoped_refptr<WaitSetDispatcher> wait_set = new WaitSetDispatcher(); in TEST_F() local
193 scoped_refptr<WaitSetDispatcher> wait_set = new WaitSetDispatcher(); in TEST_F() local
248 scoped_refptr<WaitSetDispatcher> wait_set = new WaitSetDispatcher(); in TEST_F() local
371 scoped_refptr<WaitSetDispatcher> wait_set = new WaitSetDispatcher(); in TEST_F() local
398 scoped_refptr<WaitSetDispatcher> wait_set = new WaitSetDispatcher(); in TEST_F() local
418 scoped_refptr<WaitSetDispatcher> wait_set = new WaitSetDispatcher(); in TEST_F() local
463 scoped_refptr<WaitSetDispatcher> wait_set = new WaitSetDispatcher(); in TEST_F() local
/external/libmojo/mojo/public/c/system/
Dthunks.cc161 MojoResult MojoCreateWaitSet(MojoHandle* wait_set) { in MojoCreateWaitSet()
166 MojoResult MojoAddHandle(MojoHandle wait_set, in MojoAddHandle()
173 MojoResult MojoRemoveHandle(MojoHandle wait_set, MojoHandle handle) { in MojoRemoveHandle()
178 MojoResult MojoGetReadyHandles(MojoHandle wait_set, in MojoGetReadyHandles()