Searched refs:CompareAndSetWeakSequentiallyConsistent (Results 1 - 8 of 8) sorted by relevance

/art/runtime/gc/space/
H A Dbump_pointer_space-inl.h77 } while (!end_.CompareAndSetWeakSequentiallyConsistent(old_end, new_end));
/art/runtime/gc/accounting/
H A Dbitmap-inl.h46 } while (!atomic_entry->CompareAndSetWeakSequentiallyConsistent(old_word, old_word | word_mask));
/art/libartbase/base/
H A Datomic.h133 bool CompareAndSetWeakSequentiallyConsistent(T expected_value, T desired_value) { function
/art/runtime/base/
H A Dmutex-inl.h194 done = state_.CompareAndSetWeakSequentiallyConsistent(cur_state, cur_state - 1);
H A Dmutex.cc550 done = state_.CompareAndSetWeakSequentiallyConsistent(cur_state, 0 /* new state */);
687 done = state_.CompareAndSetWeakSequentiallyConsistent(-1 /* cur_state*/, 0 /* new state */);
/art/runtime/mirror/
H A Dobject-inl.h583 return atomic_addr->CompareAndSetWeakSequentiallyConsistent(old_value, new_value);
693 return atomic_addr->CompareAndSetWeakSequentiallyConsistent(old_value, new_value);
836 bool success = atomic_addr->CompareAndSetWeakSequentiallyConsistent(old_ref, new_ref);
/art/runtime/
H A Dtrace.cc947 } while (!cur_offset_.CompareAndSetWeakSequentiallyConsistent(old_offset, new_offset));
H A Dthread.cc1569 } while (!atomic_func->CompareAndSetWeakSequentiallyConsistent(func, nullptr));

Completed in 104 milliseconds