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

1 2

  /external/webrtc/src/system_wrappers/interface/
fix_interlocked_exchange_pointer_win.h 27 return reinterpret_cast<void*>(static_cast<LONG_PTR>(InterlockedExchange(
  /external/stlport/stlport/stl/config/
_windows.h 87 # define InterlockedExchange _InterlockedExchange
100 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long volatile *, long);
110 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long*, long);
130 long WINAPI InterlockedExchange(long*, long);
199 /* Under 32 bits platform we rely on a simple InterlockedExchange call. */
217 return reinterpret_cast<void*>(InterlockedExchange(reinterpret_cast<long*>(const_cast<void**>(__a)),
220 return (void*)InterlockedExchange((long*)__a, (long)__b);
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 87 # define InterlockedExchange _InterlockedExchange
100 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long volatile *, long);
110 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long*, long);
130 long WINAPI InterlockedExchange(long*, long);
199 /* Under 32 bits platform we rely on a simple InterlockedExchange call. */
217 return reinterpret_cast<void*>(InterlockedExchange(reinterpret_cast<long*>(const_cast<void**>(__a)),
220 return (void*)InterlockedExchange((long*)__a, (long)__b);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 87 # define InterlockedExchange _InterlockedExchange
100 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long volatile *, long);
110 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long*, long);
130 long WINAPI InterlockedExchange(long*, long);
199 /* Under 32 bits platform we rely on a simple InterlockedExchange call. */
217 return reinterpret_cast<void*>(InterlockedExchange(reinterpret_cast<long*>(const_cast<void**>(__a)),
220 return (void*)InterlockedExchange((long*)__a, (long)__b);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 87 # define InterlockedExchange _InterlockedExchange
100 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long volatile *, long);
110 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long*, long);
130 long WINAPI InterlockedExchange(long*, long);
199 /* Under 32 bits platform we rely on a simple InterlockedExchange call. */
217 return reinterpret_cast<void*>(InterlockedExchange(reinterpret_cast<long*>(const_cast<void**>(__a)),
220 return (void*)InterlockedExchange((long*)__a, (long)__b);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 87 # define InterlockedExchange _InterlockedExchange
100 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long volatile *, long);
110 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long*, long);
130 long WINAPI InterlockedExchange(long*, long);
199 /* Under 32 bits platform we rely on a simple InterlockedExchange call. */
217 return reinterpret_cast<void*>(InterlockedExchange(reinterpret_cast<long*>(const_cast<void**>(__a)),
220 return (void*)InterlockedExchange((long*)__a, (long)__b);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 87 # define InterlockedExchange _InterlockedExchange
100 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long volatile *, long);
110 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long*, long);
130 long WINAPI InterlockedExchange(long*, long);
199 /* Under 32 bits platform we rely on a simple InterlockedExchange call. */
217 return reinterpret_cast<void*>(InterlockedExchange(reinterpret_cast<long*>(const_cast<void**>(__a)),
220 return (void*)InterlockedExchange((long*)__a, (long)__b);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_windows.h 87 # define InterlockedExchange _InterlockedExchange
100 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long volatile *, long);
110 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long*, long);
130 long WINAPI InterlockedExchange(long*, long);
199 /* Under 32 bits platform we rely on a simple InterlockedExchange call. */
217 return reinterpret_cast<void*>(InterlockedExchange(reinterpret_cast<long*>(const_cast<void**>(__a)),
220 return (void*)InterlockedExchange((long*)__a, (long)__b);
  /external/chromium_org/sandbox/win/src/
sharedmem_ipc_client.cc 33 LONG result = ::InterlockedExchange(&channel[num].state, kFreeChannel);
93 ::InterlockedExchange(&channel[num].state, kAbandonnedChannel);
  /external/chromium/base/
fix_wp64.h 23 return reinterpret_cast<void*>(static_cast<LONG_PTR>(InterlockedExchange(
message_pump_win.cc 95 if (InterlockedExchange(&have_work_, 1))
287 InterlockedExchange(&have_work_, 0);
392 int old_have_work = InterlockedExchange(&have_work_, 0);
416 if (InterlockedExchange(&have_work_, 1))
547 InterlockedExchange(&have_work_, 0);
atomicops_internals_x86_msvc.h 28 LONG result = InterlockedExchange(
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_msvc.cc 64 LONG result = InterlockedExchange(
  /external/chromium_org/base/message_loop/
message_pump_win.cc 112 if (InterlockedExchange(&have_work_, 1))
129 InterlockedExchange(&have_work_, 0); // Clarify that we didn't really insert.
331 InterlockedExchange(&have_work_, 0);
441 int old_have_work = InterlockedExchange(&have_work_, 0);
470 if (InterlockedExchange(&have_work_, 1))
481 InterlockedExchange(&have_work_, 0); // Clarify that we didn't succeed.
626 InterlockedExchange(&have_work_, 0);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-atomic-private.hh 53 InterlockedExchange (&dummy, 1);
  /external/chromium_org/base/
atomicops_internals_x86_msvc.h 36 LONG result = InterlockedExchange(
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_drm_host.cc 73 InterlockedExchange(&request_sent_, 0);
  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils.cc 75 DWORD old = InterlockedExchange(last_timegettime_ptr, now);
  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.c 157 while (InterlockedExchange((LONG *)&compat_spinlock, 1) == 1) {
170 InterlockedExchange((LONG *)&compat_spinlock, 0);
225 while (InterlockedExchange((LONG *)&compat_spinlock, 1) == 1) {
250 InterlockedExchange((LONG *)&compat_spinlock, 0);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.cc 203 InterlockedExchange(once_control, 1);
  /external/chromium_org/v8/src/
atomicops_internals_x86_msvc.h 51 LONG result = InterlockedExchange(
  /external/v8/src/
atomicops_internals_x86_msvc.h 51 LONG result = InterlockedExchange(
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
implement.h     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-windows.h 78 return ::InterlockedExchange(const_cast<LONG*>(ptr), newval);
114 return ::InterlockedExchange(ptr, newval);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-windows.h 77 return ::InterlockedExchange(const_cast<LONG*>(ptr), newval);
113 return ::InterlockedExchange(ptr, newval);

Completed in 3670 milliseconds

1 2