HomeSort by relevance Sort by last modified time
    Searched refs:CompareAndSetWeakSequentiallyConsistent (Results 1 - 8 of 8) sorted by null

  /art/runtime/gc/space/
bump_pointer_space-inl.h 77 } while (!end_.CompareAndSetWeakSequentiallyConsistent(old_end, new_end));
  /art/runtime/gc/accounting/
bitmap-inl.h 46 } while (!atomic_entry->CompareAndSetWeakSequentiallyConsistent(old_word, old_word | word_mask));
  /art/libartbase/base/
atomic.h 133 bool CompareAndSetWeakSequentiallyConsistent(T expected_value, T desired_value) {
  /art/runtime/base/
mutex-inl.h 194 done = state_.CompareAndSetWeakSequentiallyConsistent(cur_state, cur_state - 1);
mutex.cc 550 done = state_.CompareAndSetWeakSequentiallyConsistent(cur_state, 0 /* new state */);
687 done = state_.CompareAndSetWeakSequentiallyConsistent(-1 /* cur_state*/, 0 /* new state */);
    [all...]
  /art/runtime/mirror/
object-inl.h 583 return atomic_addr->CompareAndSetWeakSequentiallyConsistent(old_value, new_value);
693 return atomic_addr->CompareAndSetWeakSequentiallyConsistent(old_value, new_value);
    [all...]
  /art/runtime/
trace.cc     [all...]
thread.cc     [all...]

Completed in 118 milliseconds