Searched defs:Cas64 (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Datomic.h50 // TODO - mips64 still need this for Cas64 ???
142 // at some point during the execution of Cas64, *addr was not equal to
144 static bool Cas64(int64_t old_value, int64_t new_value, volatile int64_t* addr) { function in class:art::QuasiAtomic

Completed in 33 milliseconds