OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kThinLockCountShift
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
lock_word.h
67
kThinLockCountShift
= kThinLockOwnerSize + kThinLockOwnerShift,
72
kStateShift = kThinLockCountSize +
kThinLockCountShift
,
87
return LockWord((thread_id << kThinLockOwnerShift) | (count <<
kThinLockCountShift
) |
lock_word-inl.h
32
return (value_ >>
kThinLockCountShift
) & kThinLockCountMask;
Completed in 2196 milliseconds