Searched refs:waitables (Results 1 – 2 of 2) sorted by relevance
37 std::array<std::shared_ptr<WaitableEvent>, 4> waitables = { in TEST() local43 WaitableEvent::WaitMany(&waitables); in TEST()
49 static void WaitMany(std::array<std::shared_ptr<WaitableEvent>, Count> *waitables) in WaitMany() argument54 (*waitables)[index]->wait(); in WaitMany()