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

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc347 Mutex* shutdown_functions_mutex = NULL; member in namespace:google::protobuf::internal
352 shutdown_functions_mutex = new Mutex;
361 MutexLock lock(shutdown_functions_mutex);
370 // We don't need to lock shutdown_functions_mutex because it's up to the
382 delete internal::shutdown_functions_mutex; member in class:google::protobuf::internal
383 internal::shutdown_functions_mutex = NULL; member in class:google::protobuf::internal
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc325 Mutex* shutdown_functions_mutex = NULL; member in namespace:google::protobuf::internal
330 shutdown_functions_mutex = new Mutex;
339 MutexLock lock(shutdown_functions_mutex);
348 // We don't need to lock shutdown_functions_mutex because it's up to the
360 delete internal::shutdown_functions_mutex; member in class:google::protobuf::internal
361 internal::shutdown_functions_mutex = NULL; member in class:google::protobuf::internal

Completed in 132 milliseconds