OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kContentionLogSize
(Results
1 - 2
of
2
) sorted by null
/art/runtime/base/
mutex.h
136
const size_t
kContentionLogSize
= 4;
180
ContentionLogEntry contention_log[
kContentionLogSize
];
182
//
kContentionLogSize
- 1.
mutex.cc
246
new_slot = (slot + 1) %
kContentionLogSize
;
269
for (size_t i = 0; i <
kContentionLogSize
; ++i) {
[
all
...]
Completed in 1470 milliseconds