Searched refs:lock_name_ (Results 1 – 3 of 3) sorted by relevance
59 lock_name_(lock_name),60 lock_(lock_name_.c_str()),178 const std::string lock_name_;
42 lock_name_("CumulativeLoggerLock" + name), in CumulativeLogger()43 lock_(lock_name_.c_str(), kDefaultMutexLevel, true) { in CumulativeLogger()
70 const std::string lock_name_; variable