Home
last modified time | relevance | path

Searched defs:CompareExchange (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
Datomic32_mac.cc45 bool Atomic32::CompareExchange(int32_t new_value, int32_t compare_value) { in CompareExchange() function in webrtc::Atomic32
Datomic32_win.cc51 bool Atomic32::CompareExchange(int32_t new_value, int32_t compare_value) { in CompareExchange() function in webrtc::Atomic32
Datomic32_posix.cc49 bool Atomic32::CompareExchange(int32_t new_value, int32_t compare_value) { in CompareExchange() function in webrtc::Atomic32
/external/webrtc/src/system_wrappers/source/
Datomic32_mac.cc50 bool Atomic32::CompareExchange(WebRtc_Word32 newValue, in CompareExchange() function in webrtc::Atomic32
Datomic32_win.cc57 bool Atomic32::CompareExchange(WebRtc_Word32 newValue, in CompareExchange() function in webrtc::Atomic32
Datomic32_posix.cc54 bool Atomic32::CompareExchange(WebRtc_Word32 newValue, in CompareExchange() function in webrtc::Atomic32