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.cc347 Mutex* shutdown_functions_mutex = NULL; variable
352 shutdown_functions_mutex = new Mutex; in InitShutdownFunctions()
361 MutexLock lock(shutdown_functions_mutex); in OnShutdown()
382 delete internal::shutdown_functions_mutex; in ShutdownProtobufLibrary()
383 internal::shutdown_functions_mutex = NULL; in ShutdownProtobufLibrary()