Home
last modified time | relevance | path

Searched refs:CompareExchange (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/call/
Dtransport_adapter.cc42 enabled_.CompareExchange(1, 0); in Enable()
45 void TransportAdapter::Disable() { enabled_.CompareExchange(0, 1); } in Disable()
/external/webrtc/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_posix.cc49 bool Atomic32::CompareExchange(int32_t new_value, int32_t compare_value) { in CompareExchange() function in webrtc::Atomic32
Datomic32_win.cc50 bool Atomic32::CompareExchange(int32_t new_value, int32_t compare_value) { in CompareExchange() function in webrtc::Atomic32
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAtomicCounter.cs48 long result = Interlocked.CompareExchange(ref counter, origValue + 1, origValue); in IncrementIfNonzero()
/external/webrtc/webrtc/system_wrappers/include/
Datomic32.h43 bool CompareExchange(int32_t new_value, int32_t compare_value);
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc377 if (!tls_index_.CompareExchange(new_tls_index, TLS_OUT_OF_INDEXES)) in InitializeMagnifier()
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.h501 _SPIRV_OP(cmpxchg, CompareExchange) in init()
/external/v8/src/compiler/
Dinstruction-selector.cc1733 ATOMIC_CASE(CompareExchange, Word32) in VisitNode()
1734 ATOMIC_CASE(CompareExchange, Word64) in VisitNode()
1748 ATOMIC_CASE(CompareExchange) in VisitNode()
1763 ATOMIC_CASE(CompareExchange) in VisitNode()