Home | History | Annotate | Download | only in win

Lines Matching refs:watch_event_

41       watch_event_(0),
47 watch_event_(0),
53 watch_event_(0),
372 if (!watch_event_)
373 watch_event_ = CreateEvent(NULL, TRUE, FALSE, NULL);
381 LONG result = RegNotifyChangeKeyValue(key_, TRUE, filter, watch_event_, TRUE);
383 CloseHandle(watch_event_);
384 watch_event_ = 0;
391 if (watch_event_) {
392 if (WaitForSingleObject(watch_event_, 0) == WAIT_OBJECT_0) {
402 if (watch_event_) {
403 CloseHandle(watch_event_);
404 watch_event_ = 0;