Home
last modified time | relevance | path

Searched refs:process_exit_wait_handle_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.cc56 process_exit_wait_handle_(NULL), in ClientInfo()
99 if (process_exit_wait_handle_) { in UnregisterProcessExitWait()
102 UnregisterWaitEx(process_exit_wait_handle_, INVALID_HANDLE_VALUE); in UnregisterProcessExitWait()
104 UnregisterWait(process_exit_wait_handle_); in UnregisterProcessExitWait()
106 process_exit_wait_handle_ = NULL; in UnregisterProcessExitWait()
Dclient_info.h78 process_exit_wait_handle_ = value; in set_process_exit_wait_handle()
159 HANDLE process_exit_wait_handle_; variable