HomeSort by relevance Sort by last modified time
    Searched refs:UnregisterProcessExitWait (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/client/windows/crash_generation/
client_info.h 88 void UnregisterProcessExitWait(bool block_until_no_pending);
client_info.cc 98 void ClientInfo::UnregisterProcessExitWait(bool block_until_no_pending) {
119 // the OnClientEnd callback must call UnregisterProcessExitWait(false)
121 UnregisterProcessExitWait(true);
crash_generation_server.cc 187 client_info->UnregisterProcessExitWait(true);
873 client_info->UnregisterProcessExitWait(false);
    [all...]

Completed in 569 milliseconds