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

  /external/webrtc/webrtc/system_wrappers/include/
fix_interlocked_exchange_pointer_win.h 31 return reinterpret_cast<void*>(static_cast<LONG_PTR>(InterlockedExchange(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
interlockedapi.h 20 WINBASEAPI LONG WINAPI InterlockedExchange (LONG volatile *Target, LONG Value);
25 #define InterlockedExchangePointer(Target, Value) (PVOID)InterlockedExchange ((PLONG) (Target),((LONG) (LONG_PTR) (Value)))
35 __MINGW_INTRIN_INLINE LONG WINAPI InterlockedExchange(LONG volatile *Target, LONG Value) {
winbase.h 639 #define InterlockedExchange _InterlockedExchange
751 LONG __cdecl InterlockedExchange (LONG volatile *Target, LONG Value);
881 #define InterlockedExchange _InterlockedExchange
914 LONG __cdecl InterlockedExchange(LONG volatile *Target, LONG Value);
941 #define InterlockedExchange _InterlockedExchange
    [all...]
winnt.h     [all...]
  /external/ImageMagick/MagickCore/
semaphore-private.h 105 InterlockedExchange(&semaphore_mutex,0L);
  /external/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_msvc.cc 64 LONG result = InterlockedExchange(
  /external/libusb/libusb/os/
threads_windows.c 38 while (InterlockedExchange(mutex, 1) == 1)
47 InterlockedExchange(mutex, 0);
poll_windows.c 159 while (InterlockedExchange((LONG *)&compat_spinlock, 1) == 1) {
172 InterlockedExchange((LONG *)&compat_spinlock, 0);
227 while (InterlockedExchange((LONG *)&compat_spinlock, 1) == 1) {
252 InterlockedExchange((LONG *)&compat_spinlock, 0);
  /external/webrtc/webrtc/system_wrappers/source/
tick_util.cc 95 DWORD old = InterlockedExchange(last_time_get_time_ptr, now);
  /external/harfbuzz_ng/src/
hb-atomic-private.hh 59 InterlockedExchange (&dummy, 1);
  /external/v8/src/base/
atomicops_internals_x86_msvc.h 36 LONG result = InterlockedExchange(reinterpret_cast<volatile LONG*>(ptr),
  /external/icu/icu4c/source/common/
umutex.h 111 InterlockedExchange(&var, val);
  /external/swiftshader/src/Common/
Thread.hpp 253 return InterlockedExchange((volatile long*)target, (long)value);
  /external/webrtc/webrtc/base/
timeutils.cc 63 DWORD old = InterlockedExchange(last_timegettime_ptr, now);
  /external/mesa3d/include/c11/
threads_win32.h 309 InterlockedExchange(&flag->status, 2);
  /external/jemalloc/include/jemalloc/internal/
atomic.h 468 InterlockedExchange(p, x);
  /external/v8/src/runtime/
runtime-atomics.cc 99 return InterlockedExchange##suffix(reinterpret_cast<vctype*>(p), \
  /external/libpcap/
pcap-tc.c 413 InterlockedExchange((LONG*)&g_TcFunctions.LoadStatus, currentStatus);
    [all...]
  /external/libffi/src/
dlmalloc.c     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c     [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/
dlmalloc.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 290 InterlockedExchange(
303 #define InterlockedExchange _InterlockedExchange
324 ((PVOID) InterlockedExchange((PLONG) Target, (LONG) Value))
353 #define InterlockedExchange _InterlockedExchange
    [all...]

Completed in 914 milliseconds