HomeSort by relevance Sort by last modified time
    Searched full:func_cas (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 173 template<typename T> T func_cas(volatile T *v, T cmp, T xch) { function
224 a128 func_cas(volatile a128 *v, a128 cmp, a128 xch) { function
362 T pr = func_cas(a, cc, v);

Completed in 509 milliseconds