Home
last modified time | relevance | path

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

/external/chromium_org/components/breakpad/tools/
Dcrash_service.cc114 class ProcessingLock { class
116 ProcessingLock() { in ProcessingLock() function in breakpad::__anon65f51e280111::ProcessingLock
119 ~ProcessingLock() { in ~ProcessingLock()
129 volatile LONG ProcessingLock::op_count_ = 0;
287 ProcessingLock lock; in OnClientConnected()
295 ProcessingLock lock; in OnClientExited()
326 ProcessingLock lock; in OnClientDumpRequest()
453 while (ProcessingLock::IsWorking()) { in ProcessingLoop()