Home
last modified time | relevance | path

Searched refs:atomicVar (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h417 bool CasWithCompare(std::atomic<T> &atomicVar, T newValue, Compare compare) in CasWithCompare() argument
419 T old = atomicVar; in CasWithCompare()
424 } while (!atomicVar.compare_exchange_weak(old, newValue)); in CasWithCompare()

Completed in 2 milliseconds