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.cc325 Mutex* shutdown_functions_mutex = NULL; variable
330 shutdown_functions_mutex = new Mutex; in InitShutdownFunctions()
339 MutexLock lock(shutdown_functions_mutex); in OnShutdown()
360 delete internal::shutdown_functions_mutex; in ShutdownProtobufLibrary()
361 internal::shutdown_functions_mutex = NULL; in ShutdownProtobufLibrary()