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;
50 static constexpr bool kNeedSwapMutexes = false;
60 if (!kNeedSwapMutexes) {
96 if (!kNeedSwapMutexes) {
142 if (!kNeedSwapMutexes) {
151 return kNeedSwapMutexes;

Completed in 39 milliseconds