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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 48 const morder mo_relaxed = __tsan_memory_order_relaxed; variable
83 StatInc(thr, mo == mo_relaxed ? StatAtomicRelaxed
92 return mo == mo_relaxed || mo == mo_consume
97 return mo == mo_relaxed || mo == mo_release || mo == mo_seq_cst;
117 mo = mo_relaxed;
129 CHECK_GE(mo, mo_relaxed);
294 if (mo != mo_relaxed) {
358 if (mo != mo_relaxed) {

Completed in 113 milliseconds