Searched refs:mMutating (Results 1 – 2 of 2) sorted by relevance
45 mMutating(&mStates[0]), mExpecting(NULL), in StateQueue()80 return mMutating; in begin()145 atomic_store_explicit(&mNext, (uintptr_t)mMutating, memory_order_release); in push()146 mExpecting = mMutating; in push()149 if (++mMutating >= &mStates[kN]) { in push()150 mMutating = &mStates[0]; in push()152 *mMutating = *mExpecting; in push()
198 T* mMutating; // where updates by mutator are done in place variable