Searched refs:raw_waitables (Results 1 – 1 of 1) sorted by relevance
224 size_t WaitableEvent::WaitMany(WaitableEvent** raw_waitables, in WaitMany() argument234 waitables.push_back(std::make_pair(raw_waitables[i], i)); in WaitMany()282 if (raw_waitables[i] != signaled_event) { in WaitMany()283 raw_waitables[i]->kernel_->lock_.Acquire(); in WaitMany()287 raw_waitables[i]->kernel_->Dequeue(&sw, &sw); in WaitMany()288 raw_waitables[i]->kernel_->lock_.Release(); in WaitMany()