Home
last modified time | relevance | path

Searched defs:WaitMany (Results 1 – 7 of 7) sorted by relevance

/external/libmojo/mojo/public/cpp/system/
Dhandle.h230 inline WaitManyResult WaitMany(const HandleVectorType& handles, in WaitMany() function
261 inline WaitManyResult WaitMany(const HandleVectorType& handles, in WaitMany() function
/external/libchrome/base/synchronization/
Dwaitable_event_unittest.cc155 TEST(WaitableEventTest, WaitMany) { in TEST() argument
Dwaitable_event_posix.cc240 size_t WaitableEvent::WaitMany(WaitableEvent** raw_waitables, in WaitMany() function in base::WaitableEvent
/external/libmojo/mojo/public/c/system/
Dthunks.h47 MojoResult (*WaitMany)(const MojoHandle* handles, member
/external/libmojo/mojo/edk/js/
Dcore.cc63 gin::Dictionary WaitMany(const gin::Arguments& args, in WaitMany() function
/external/libmojo/mojo/android/system/
Dcore_impl.cc29 static jint WaitMany(JNIEnv* env, in WaitMany() function
/external/libmojo/mojo/edk/system/
Dcore.cc403 MojoResult Core::WaitMany(const MojoHandle* handles, in WaitMany() function in mojo::edk::Core