HomeSort by relevance Sort by last modified time
    Searched refs:CompareExchange (Results 1 - 4 of 4) sorted by null

  /external/webrtc/src/system_wrappers/source/
atomic32.cc 74 bool Atomic32Wrapper::CompareExchange(WebRtc_Word32 newValue,
77 return _impl.CompareExchange(newValue,compareValue);
atomic32_linux.h 37 inline bool CompareExchange(WebRtc_Word32 newValue,
107 inline bool Atomic32Impl::CompareExchange(WebRtc_Word32 newValue,
atomic32_mac.h 36 inline bool CompareExchange(WebRtc_Word32 newValue,
103 inline bool Atomic32Impl::CompareExchange(WebRtc_Word32 newValue,
  /external/webrtc/src/system_wrappers/interface/
atomic32_wrapper.h 39 bool CompareExchange(WebRtc_Word32 newValue, WebRtc_Word32 compareValue);

Completed in 523 milliseconds