Home
last modified time | relevance | path

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

/external/libchrome/base/synchronization/
Dwaitable_event_posix.cc238 size_t WaitableEvent::WaitMany(WaitableEvent** raw_waitables, in WaitMany() argument
244 base::debug::ScopedEventWaitActivity event_activity(raw_waitables[0]); in WaitMany()
252 waitables.push_back(std::make_pair(raw_waitables[i], i)); in WaitMany()
298 if (raw_waitables[i] != signaled_event) { in WaitMany()
299 raw_waitables[i]->kernel_->lock_.Acquire(); in WaitMany()
303 raw_waitables[i]->kernel_->Dequeue(&sw, &sw); in WaitMany()
304 raw_waitables[i]->kernel_->lock_.Release(); in WaitMany()
309 raw_waitables[i]->kernel_->lock_.Acquire(); in WaitMany()
310 raw_waitables[i]->kernel_->lock_.Release(); in WaitMany()