HomeSort by relevance Sort by last modified time
    Searched refs:kNeedSwapMutexes (Results 1 - 2 of 2) sorted by null

  /art/runtime/
atomic.cc 31 if (kNeedSwapMutexes) {
40 if (kNeedSwapMutexes) {
atomic.h 48 static constexpr bool kNeedSwapMutexes = true;
51 static constexpr bool kNeedSwapMutexes = true;
53 static constexpr bool kNeedSwapMutexes = false;
63 if (!kNeedSwapMutexes) {
99 if (!kNeedSwapMutexes) {
145 if (!kNeedSwapMutexes) {
154 return kNeedSwapMutexes;

Completed in 64 milliseconds