Home | History | Annotate | Download | only in synchronization

Lines Matching refs:first

217   return a.first < b.first;
241 DCHECK(waitables[i].first != waitables[i+1].first);
260 waitables[count - (1 + i)].first->kernel_->lock_.Release();
301 // in any of them and the return value is the index of the first WaitableEvent
311 waitables[0].first->kernel_->lock_.Acquire();
312 if (waitables[0].first->kernel_->signaled_) {
313 if (!waitables[0].first->kernel_->manual_reset_)
314 waitables[0].first->kernel_->signaled_ = false;
315 waitables[0].first->kernel_->lock_.Release();
321 waitables[0].first->kernel_->lock_.Release();
323 waitables[0].first->Enqueue(waiter);