Searched refs:lock_name_ (Results 1 – 3 of 3) sorted by relevance
60 lock_name_(lock_name),61 lock_(lock_name_.c_str()),184 const std::string lock_name_;
38 lock_name_("CumulativeLoggerLock" + name), in CumulativeLogger()39 lock_(new Mutex(lock_name_.c_str(), kDefaultMutexLevel, true)) { in CumulativeLogger()
82 const std::string lock_name_; variable