Searched refs:as_atomic_int (Results 1 – 3 of 3) sorted by relevance
205 tls32_.state_and_flags.as_atomic_int.CompareAndSetWeakRelease(old_state_and_flags.as_int, in TransitionToSuspendedAndRunCheckpoints()257 if (LIKELY(tls32_.state_and_flags.as_atomic_int.CompareAndSetWeakAcquire( in TransitionFromSuspendedToRunnable()
1094 tls32_.state_and_flags.as_atomic_int.fetch_or(flag, std::memory_order_seq_cst); in AtomicSetFlag()1098 tls32_.state_and_flags.as_atomic_int.fetch_and(-1 ^ flag, std::memory_order_seq_cst); in AtomicClearFlag()1436 AtomicInteger as_atomic_int; member
1464 tls32_.state_and_flags.as_atomic_int.fetch_or(flags, std::memory_order_seq_cst); in ModifySuspendCountInternal()1576 bool success = tls32_.state_and_flags.as_atomic_int.CompareAndSetStrongSequentiallyConsistent( in RequestCheckpoint()1605 bool success = tls32_.state_and_flags.as_atomic_int.CompareAndSetStrongSequentiallyConsistent( in RequestEmptyCheckpoint()