OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lock_name_
(Results
1 - 3
of
3
) sorted by null
/art/compiler/utils/
dedupe_set.h
107
lock_name_
[i] = oss.str();
108
lock_[i].reset(new Mutex(
lock_name_
[i].c_str()));
161
std::string
lock_name_
[kShard];
member in class:art::DedupeSet
/art/runtime/base/
timing_logger.cc
41
lock_name_
("CumulativeLoggerLock" + name),
42
lock_(
lock_name_
.c_str(), kDefaultMutexLevel, true) {
timing_logger.h
69
const std::string
lock_name_
;
member in class:art::CumulativeLogger
Completed in 505 milliseconds