Searched refs:updatedBufferState (Results 1 – 1 of 1) sorted by relevance
262 uint32_t updatedBufferState = (~mClientStateMask) & BufferHubDefs::kHighBitsMask; in post() local272 } while (!mBufferState->compare_exchange_weak(currentBufferState, updatedBufferState, in post()286 uint32_t updatedBufferState = 0U; in acquire() local295 updatedBufferState = currentBufferState ^ mClientStateMask; in acquire()296 } while (!mBufferState->compare_exchange_weak(currentBufferState, updatedBufferState, in acquire()310 uint32_t updatedBufferState = 0U; in release() local312 updatedBufferState = currentBufferState & (~mClientStateMask); in release()313 } while (!mBufferState->compare_exchange_weak(currentBufferState, updatedBufferState, in release()