Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.cc55 dump_request_wait_handle_(NULL), in ClientInfo()
91 if (dump_request_wait_handle_) { in UnregisterDumpRequestWaitAndBlockUntilNoPending()
93 UnregisterWaitEx(dump_request_wait_handle_, INVALID_HANDLE_VALUE); in UnregisterDumpRequestWaitAndBlockUntilNoPending()
94 dump_request_wait_handle_ = NULL; in UnregisterDumpRequestWaitAndBlockUntilNoPending()
Dclient_info.h74 dump_request_wait_handle_ = value; in set_dump_request_wait_handle()
156 HANDLE dump_request_wait_handle_; variable