Searched refs:wait_handle_ (Results 1 – 2 of 2) sorted by relevance
22 wait_handle_(NULL), in RegistryWatcher()59 if (RegisterWaitForSingleObject(&wait_handle_, in StartWatching()82 if (wait_handle_) { in StopWatching()84 UnregisterWaitEx(wait_handle_, INVALID_HANDLE_VALUE); in StopWatching()85 wait_handle_ = NULL; in StopWatching()
29 HANDLE wait_handle_; variable