Searched refs:process_exit_wait_handle_ (Results 1 – 2 of 2) sorted by relevance
56 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()
78 process_exit_wait_handle_ = value; in set_process_exit_wait_handle()159 HANDLE process_exit_wait_handle_; variable