Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc413 Mutex* shutdown_functions_mutex = NULL; variable
418 shutdown_functions_mutex = new Mutex; in InitShutdownFunctions()
427 MutexLock lock(shutdown_functions_mutex); in OnShutdown()
448 delete internal::shutdown_functions_mutex; in ShutdownProtobufLibrary()
449 internal::shutdown_functions_mutex = NULL; in ShutdownProtobufLibrary()