/third_party/boost/boost/smart_ptr/detail/ |
D | sp_interlocked.hpp | 60 # define BOOST_SP_INTERLOCKED_EXCHANGE_ADD InterlockedExchangeAdd 96 extern "C" long __cdecl InterlockedExchangeAdd( long*, long ); 102 # define BOOST_SP_INTERLOCKED_EXCHANGE_ADD InterlockedExchangeAdd 155 extern "C" __declspec(dllimport) long __stdcall InterlockedExchangeAdd( long volatile *, long ); 165 # define BOOST_SP_INTERLOCKED_EXCHANGE_ADD ::boost::detail::InterlockedExchangeAdd
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_atomic.h | 47 #define atomic_add_int(addr, val) InterlockedExchangeAdd((LPLONG)addr, (LONG)val) 48 #define atomic_fetchadd_int(addr, val) InterlockedExchangeAdd((LPLONG)addr, (LONG)val) 49 #define atomic_subtract_int(addr, val) InterlockedExchangeAdd((LPLONG)addr,-((LONG)val)) 51 #define SCTP_DECREMENT_AND_CHECK_REFCOUNT(addr) (InterlockedExchangeAdd((LPLONG)addr, (-1L)) == 1)
|
/third_party/boost/boost/detail/ |
D | interlocked.hpp | 71 InterlockedExchangeAdd((BOOST_INTERLOCKED_LONG32*)(dest), (BOOST_INTERLOCKED_LONG32)(add)) 140 extern "C" BOOST_INTERLOCKED_LONG32 __cdecl InterlockedExchangeAdd( BOOST_INTERLOCKED_LONG32 *, BOO… 151 InterlockedExchangeAdd((BOOST_INTERLOCKED_LONG32*)(dest), (BOOST_INTERLOCKED_LONG32)(add)) 233 extern "C" BOOST_INTERLOCKED_IMPORT BOOST_INTERLOCKED_LONG32 __stdcall InterlockedExchangeAdd( BOOS… 253 …::boost::detail::InterlockedExchangeAdd((BOOST_INTERLOCKED_LONG32*)(dest), (BOOST_INTERLOCKED_LONG…
|
/third_party/boost/boost/asio/detail/impl/ |
D | win_iocp_io_context.hpp | 54 if (::InterlockedExchangeAdd(&shutdown_, 0) != 0) in schedule_timer() 74 if (::InterlockedExchangeAdd(&shutdown_, 0) != 0) in cancel_timer()
|
D | win_iocp_io_context.ipp | 67 while (::InterlockedExchangeAdd(&io_context_->shutdown_, 0) == 0) 142 while (::InterlockedExchangeAdd(&outstanding_work_, 0) > 0) 193 if (::InterlockedExchangeAdd(&outstanding_work_, 0) == 0) 212 if (::InterlockedExchangeAdd(&outstanding_work_, 0) == 0) 227 if (::InterlockedExchangeAdd(&outstanding_work_, 0) == 0) 242 if (::InterlockedExchangeAdd(&outstanding_work_, 0) == 0) 261 if (::InterlockedExchangeAdd(&outstanding_work_, 0) == 0) 508 if (::InterlockedExchangeAdd(&stopped_, 0) != 0)
|
D | winsock_init.ipp | 67 long result = ::InterlockedExchangeAdd(&d.result_, 0);
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | win_iocp_io_context.hpp | 54 if (::InterlockedExchangeAdd(&shutdown_, 0) != 0) in schedule_timer() 74 if (::InterlockedExchangeAdd(&shutdown_, 0) != 0) in cancel_timer()
|
D | win_iocp_io_context.ipp | 67 while (::InterlockedExchangeAdd(&io_context_->shutdown_, 0) == 0) 142 while (::InterlockedExchangeAdd(&outstanding_work_, 0) > 0) 193 if (::InterlockedExchangeAdd(&outstanding_work_, 0) == 0) 212 if (::InterlockedExchangeAdd(&outstanding_work_, 0) == 0) 227 if (::InterlockedExchangeAdd(&outstanding_work_, 0) == 0) 242 if (::InterlockedExchangeAdd(&outstanding_work_, 0) == 0) 261 if (::InterlockedExchangeAdd(&outstanding_work_, 0) == 0) 508 if (::InterlockedExchangeAdd(&stopped_, 0) != 0)
|
D | winsock_init.ipp | 67 long result = ::InterlockedExchangeAdd(&d.result_, 0);
|
/third_party/openssl/include/internal/ |
D | refcount.h | 109 extern long __cdecl InterlockedExchangeAdd(long volatile*, long); 110 # define _InterlockedExchangeAdd InterlockedExchangeAdd
|
/third_party/ffmpeg/compat/atomics/win32/ |
D | stdatomic.h | 139 InterlockedExchangeAdd(object, operand) 142 InterlockedExchangeAdd(object, -(operand))
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | win_thread.hpp | 48 return ::InterlockedExchangeAdd(&terminate_threads_, 0) != 0; in terminate_threads()
|
D | win_iocp_io_context.hpp | 90 return ::InterlockedExchangeAdd(&stopped_, 0) != 0; in stopped()
|
/third_party/boost/boost/asio/detail/ |
D | win_thread.hpp | 48 return ::InterlockedExchangeAdd(&terminate_threads_, 0) != 0; in terminate_threads()
|
D | win_iocp_io_context.hpp | 90 return ::InterlockedExchangeAdd(&stopped_, 0) != 0; in stopped()
|
/third_party/openssl/crypto/ |
D | threads_win.c | 158 *ret = (int)InterlockedExchangeAdd((long volatile *)val, (long)amount) + amount; in CRYPTO_atomic_add()
|
/third_party/boost/boost/atomic/detail/ |
D | interlocked.hpp | 36 extern "C" long __cdecl InterlockedExchangeAdd(long*, long); 42 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD(dest, addend) InterlockedExchangeAdd((long*)(dest), (… 461 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD(dest, addend) InterlockedExchangeAdd((long*)(dest), (… 499 BOOST_ATOMIC_INTERLOCKED_IMPORT long __stdcall InterlockedExchangeAdd(long volatile*, long); 505 …C_INTERLOCKED_EXCHANGE_ADD(dest, addend) boost::atomics::detail::InterlockedExchangeAdd((long*)(de…
|
/third_party/glib/glib/ |
D | gatomic.c | 614 return InterlockedExchangeAdd (atomic, val); in gint() 673 return InterlockedExchangeAdd (atomic, val); in gssize()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Thread.hpp | 282 return InterlockedExchangeAdd((volatile long*)target, value) + value; in atomicAdd()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.h | 290 #define InterlockedExchangeAdd(Addend, Value) __sync_fetch_and_add(Addend, Value) macro
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-atomic.hh | 120 #define hb_atomic_int_impl_add(AI, V) InterlockedExchangeAdd ((LONG *) (AI), (V))
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | tilemgr.cpp | 79 InterlockedExchangeAdd(&mWorkItemsConsumed, numTiles); in markTileComplete()
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 5420 InterlockedExchangeAdd
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 5420 InterlockedExchangeAdd
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 9244 InterlockedExchangeAdd is 32bit version.
|