HomeSort by relevance Sort by last modified time
    Searched full:did_signal (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/win/
object_watcher.cc 20 bool did_signal; // DoneWaiting was called member in struct:base::win::ObjectWatcher::Watch
28 DCHECK(did_signal);
55 watch->did_signal = false;
84 // DoneWaiting happened or not by inspecting the did_signal flag.
90 // Make sure that we see any mutation to did_signal. This should be a no-op
102 if (!watch_->did_signal)
125 watch->did_signal = true;
128 // provided, which in turn ensures our change to did_signal can be observed

Completed in 145 milliseconds