Searched refs:CompareExchange (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/call/ |
D | transport_adapter.cc | 42 enabled_.CompareExchange(1, 0); in Enable() 45 void TransportAdapter::Disable() { enabled_.CompareExchange(0, 1); } in Disable()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | atomic32_mac.cc | 45 bool Atomic32::CompareExchange(int32_t new_value, int32_t compare_value) { in CompareExchange() function in webrtc::Atomic32
|
D | atomic32_posix.cc | 49 bool Atomic32::CompareExchange(int32_t new_value, int32_t compare_value) { in CompareExchange() function in webrtc::Atomic32
|
D | atomic32_win.cc | 50 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/ |
D | AtomicCounter.cs | 48 long result = Interlocked.CompareExchange(ref counter, origValue + 1, origValue); in IncrementIfNonzero()
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | atomic32.h | 43 bool CompareExchange(int32_t new_value, int32_t compare_value);
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_magnifier.cc | 377 if (!tls_index_.CompareExchange(new_tls_index, TLS_OUT_OF_INDEXES)) in InitializeMagnifier()
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.h | 501 _SPIRV_OP(cmpxchg, CompareExchange) in init()
|
/external/v8/src/compiler/ |
D | instruction-selector.cc | 1733 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()
|