OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kThinLockMaxCount
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
lock_word.h
80
kThinLockMaxCount
= kThinLockCountMask,
113
CHECK_LE(count, static_cast<uint32_t>(
kThinLockMaxCount
));
monitor.cc
762
if (monitor->lock_count_ > LockWord::
kThinLockMaxCount
) {
[
all
...]
Completed in 827 milliseconds