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.cc415 Mutex* shutdown_functions_mutex = NULL; variable
420 shutdown_functions_mutex = new Mutex; in InitShutdownFunctions()
429 MutexLock lock(shutdown_functions_mutex); in OnShutdown()
450 delete internal::shutdown_functions_mutex; in ShutdownProtobufLibrary()
451 internal::shutdown_functions_mutex = NULL; in ShutdownProtobufLibrary()