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

  /art/runtime/
atomic.cc 57 bool QuasiAtomic::SwapMutexCas64(int64_t old_value, int64_t new_value, volatile int64_t* addr) {
atomic.h 145 return SwapMutexCas64(old_value, new_value, addr);
178 static bool SwapMutexCas64(int64_t old_value, int64_t new_value, volatile int64_t* addr);

Completed in 56 milliseconds