Home
last modified time | relevance | path

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

/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/
DCoreImplTest.java200 List<Pair<Handle, Core.HandleSignals>> handlesToWaitOn = in testWaitMany() local
202 handlesToWaitOn.add( in testWaitMany()
204 handlesToWaitOn.add( in testWaitMany()
206 WaitManyResult result = core.waitMany(handlesToWaitOn, 0); in testWaitMany()
215 handlesToWaitOn.clear(); in testWaitMany()
216 handlesToWaitOn.add( in testWaitMany()
218 handlesToWaitOn.add( in testWaitMany()
220 result = core.waitMany(handlesToWaitOn, 0); in testWaitMany()