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

  /art/runtime/
thread-inl.h 101 tls32_.state_and_flags.as_atomic_int.CompareExchangeWeakRelaxed(old_state_and_flags.as_int,
145 tls32_.state_and_flags.as_atomic_int.CompareExchangeWeakRelaxed(old_state_and_flags.as_int,
thread.h 774 tls32_.state_and_flags.as_atomic_int.FetchAndOrSequentiallyConsistent(flag);
778 tls32_.state_and_flags.as_atomic_int.FetchAndAndSequentiallyConsistent(-1 ^ flag);
921 AtomicInteger as_atomic_int; variable
    [all...]
thread.cc 727 tls32_.state_and_flags.as_atomic_int.CompareExchangeStrongSequentiallyConsistent(old_state_and_flags.as_int,
    [all...]

Completed in 44 milliseconds