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

  /external/webrtc/webrtc/system_wrappers/source/
atomic32_win.cc 41 return InterlockedExchangeAdd(reinterpret_cast<volatile LONG*>(&value_),
46 return InterlockedExchangeAdd(reinterpret_cast<volatile LONG*>(&value_),
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_libinit_windows.c 38 if (!InterlockedExchangeAdd(&runtime_init_once_done, 0)) {
45 while(!InterlockedExchangeAdd(&runtime_init_once_done, 0)) {
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_libinit_windows.c 38 if (!InterlockedExchangeAdd(&runtime_init_once_done, 0)) {
45 while(!InterlockedExchangeAdd(&runtime_init_once_done, 0)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
interlockedapi.h 21 WINBASEAPI LONG WINAPI InterlockedExchangeAdd (LONG volatile *Addend, LONG Value);
38 __MINGW_INTRIN_INLINE LONG WINAPI InterlockedExchangeAdd(LONG volatile *Addend, LONG Value) {
winbase.h 640 #define InterlockedExchangeAdd _InterlockedExchangeAdd
752 LONG __cdecl InterlockedExchangeAdd (LONG volatile *Addend, LONG Value);
882 #define InterlockedExchangeAdd _InterlockedExchangeAdd
915 LONG __cdecl InterlockedExchangeAdd(LONG volatile *Addend, LONG Value);
942 #define InterlockedExchangeAdd _InterlockedExchangeAdd
    [all...]
winnt.h     [all...]
  /external/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_msvc.cc 72 return InterlockedExchangeAdd(
  /external/compiler-rt/lib/profile/
InstrProfilingPort.h 70 (DomType *)InterlockedExchangeAdd((LONG volatile *)&PtrVar, \
  /external/swiftshader/third_party/LLVM/lib/Support/
Atomic.cpp 89 return InterlockedExchangeAdd(ptr, val) + val;
  /external/harfbuzz_ng/src/
hb-atomic-private.hh 67 #define hb_atomic_int_impl_add(AI, V) InterlockedExchangeAdd (&(AI), (V))
  /external/v8/src/base/
atomicops_internals_x86_msvc.h 43 return InterlockedExchangeAdd(reinterpret_cast<volatile LONG*>(ptr),
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
os.h 228 #define InterlockedExchangeAdd(Addend, Value) __sync_fetch_and_add(Addend, Value)
  /external/swiftshader/src/Common/
Thread.hpp 282 return InterlockedExchangeAdd((volatile long*)target, value) + value;
  /external/jemalloc/include/jemalloc/internal/
atomic.h 445 return (InterlockedExchangeAdd(p, x) + x);
452 return (InterlockedExchangeAdd(p, -((int32_t)x)) - x);
  /external/v8/src/runtime/
runtime-atomics.cc 79 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
83 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
tilemgr.cpp 74 InterlockedExchangeAdd(&mWorkItemsConsumed, numTiles);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 297 InterlockedExchangeAdd(
306 #define InterlockedExchangeAdd _InterlockedExchangeAdd
336 #define InterlockedExchangeAddSizeT(a, b) InterlockedExchangeAdd((LONG *)a, b)
354 #define InterlockedExchangeAdd _InterlockedExchangeAdd
    [all...]

Completed in 557 milliseconds