Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/crash_generation/
Dminidump_generator.cc281 InitializeCriticalSection(&get_proc_address_sync_); in MinidumpGenerator()
301 DeleteCriticalSection(&get_proc_address_sync_); in ~MinidumpGenerator()
530 AutoCriticalSection lock(&get_proc_address_sync_); in GetWriteDump()
Dminidump_generator.h194 CRITICAL_SECTION get_proc_address_sync_; variable