Searched refs:CompareExchangeWeakSequentiallyConsistent (Results 1 - 12 of 12) sorted by relevance

/art/runtime/gc/accounting/
H A Dbitmap-inl.h45 } while (!atomic_entry->CompareExchangeWeakSequentiallyConsistent(old_word,
H A Dspace_bitmap-inl.h49 } while (!atomic_entry->CompareExchangeWeakSequentiallyConsistent(old_word, old_word | mask));
/art/runtime/gc/space/
H A Dbump_pointer_space-inl.h76 } while (!end_.CompareExchangeWeakSequentiallyConsistent(old_end, new_end));
H A Dregion_space-inl.h128 } while (!atomic_top->CompareExchangeWeakSequentiallyConsistent(old_top, new_top));
/art/runtime/base/
H A Dmutex-inl.h161 done = state_.CompareExchangeWeakSequentiallyConsistent(cur_state, cur_state - 1);
H A Dmutex.cc101 while (!gAllMutexData->all_mutexes_guard.CompareExchangeWeakSequentiallyConsistent(mutex_, 0)) {
473 done = state_.CompareExchangeWeakSequentiallyConsistent(cur_state, 0 /* new state */);
596 done = state_.CompareExchangeWeakSequentiallyConsistent(-1 /* cur_state*/, 0 /* new state */);
/art/runtime/
H A Datomic.h243 bool CompareExchangeWeakSequentiallyConsistent(T expected_value, T desired_value) { function
H A Dtrace.cc904 } while (!cur_offset_.CompareExchangeWeakSequentiallyConsistent(old_offset, new_offset));
H A Dthread.cc866 } while (!atomic_func->CompareExchangeWeakSequentiallyConsistent(func, nullptr));
/art/runtime/gc/collector/
H A Dconcurrent_copying.h77 } while (!tail_.CompareExchangeWeakSequentiallyConsistent(t, t + 1));
H A Dconcurrent_copying.cc1171 } while (!addr->CompareExchangeWeakSequentiallyConsistent(expected_ref, new_ref));
1196 } while (!addr->CompareExchangeWeakSequentiallyConsistent(expected_ref, new_ref));
/art/runtime/mirror/
H A Dobject-inl.h185 } while (!atomic_rb_ptr->CompareExchangeWeakSequentiallyConsistent(expected_ref.reference_,
645 return atomic_addr->CompareExchangeWeakSequentiallyConsistent(old_value, new_value);
756 return atomic_addr->CompareExchangeWeakSequentiallyConsistent(old_value, new_value);
896 bool success = atomic_addr->CompareExchangeWeakSequentiallyConsistent(old_ref.reference_,

Completed in 173 milliseconds