HomeSort by relevance Sort by last modified time
    Searched full:shutdown_functions_mutex (Results 1 - 1 of 1) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
common.cc 347 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

Completed in 155 milliseconds