Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dcommon.cc411 Mutex* shutdown_functions_mutex = NULL; variable
416 shutdown_functions_mutex = new Mutex; in InitShutdownFunctions()
425 MutexLock lock(shutdown_functions_mutex); in OnShutdown()
446 delete internal::shutdown_functions_mutex; in ShutdownProtobufLibrary()
447 internal::shutdown_functions_mutex = NULL; in ShutdownProtobufLibrary()