HomeSort by relevance Sort by last modified time
    Searched full:interlockedexchange (Results 1 - 25 of 57) sorted by null

1 2 3

  /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/third_party/webrtc/system_wrappers/interface/
fix_interlocked_exchange_pointer_win.h 31 return reinterpret_cast<void*>(static_cast<LONG_PTR>(InterlockedExchange(
  /external/webrtc/src/system_wrappers/interface/
fix_interlocked_exchange_pointer_win.h 27 return reinterpret_cast<void*>(static_cast<LONG_PTR>(InterlockedExchange(
  /external/chromium_org/third_party/re2/util/
atomicops.h 59 ::InterlockedExchange(&x, 0);
  /external/regex-re2/util/
atomicops.h 59 ::InterlockedExchange(&x, 0);
  /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_org/third_party/WebKit/Source/wtf/
Atomics.h 74 int ret = InterlockedExchange(reinterpret_cast<long volatile*>(ptr), 1);
82 InterlockedExchange(reinterpret_cast<long volatile*>(ptr), 0);
  /external/chromium_org/base/message_loop/
message_pump_win.cc 95 if (InterlockedExchange(&have_work_, 1))
112 InterlockedExchange(&have_work_, 0); // Clarify that we didn't really insert.
290 InterlockedExchange(&have_work_, 0);
396 int old_have_work = InterlockedExchange(&have_work_, 0);
420 if (InterlockedExchange(&have_work_, 1))
431 InterlockedExchange(&have_work_, 0); // Clarify that we didn't succeed.
576 InterlockedExchange(&have_work_, 0);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-atomic-private.hh 55 InterlockedExchange (&dummy, 1);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_msvc.cc 64 LONG result = InterlockedExchange(
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
tick_util.cc 49 DWORD old = InterlockedExchange(last_time_get_time_ptr, now);
  /external/harfbuzz_ng/src/
hb-atomic-private.hh 55 InterlockedExchange (&dummy, 1);
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_drm_host.cc 76 InterlockedExchange(&request_sent_, 0);
  /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/webrtc/base/
timeutils.cc 63 DWORD old = InterlockedExchange(last_timegettime_ptr, now);
  /external/chromium_org/v8/src/base/
atomicops_internals_x86_msvc.h 37 LONG result = InterlockedExchange(
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-windows.h 78 return ::InterlockedExchange(const_cast<LONG*>(ptr), newval);
122 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);
  /external/stlport/stlport/stl/
_threads.h 136 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__CONST_CAST(long*, __x), __y)
140 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__x, __y)

Completed in 875 milliseconds

1 2 3