Lines Matching refs:handle
54 HANDLE handle;
59 handle = waiting_event->handle();
60 DCHECK(handle);
65 WaitForSingleObject(handle, static_cast<DWORD>(max_time.InMilliseconds()));
76 std::stack<HANDLE> handles; // See FAQ-question-10.
83 handles.push(waiting_list_.PopBack()->handle());
96 HANDLE handle;
103 handle = waiting_list_.PopBack()->handle(); // LIFO.
105 SetEvent(handle);
120 CHECK(cv_event->handle());
232 HANDLE ConditionVariable::Event::handle() const {