OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interlockedexchange
(Results
1 - 25
of
53
) 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/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/WebKit/Source/wtf/
Atomics.h
53
int ret =
InterlockedExchange
(reinterpret_cast<long volatile*>(ptr), 1);
61
InterlockedExchange
(reinterpret_cast<long volatile*>(ptr), 0);
/external/chromium/base/
fix_wp64.h
23
return reinterpret_cast<void*>(static_cast<LONG_PTR>(
InterlockedExchange
(
atomicops_internals_x86_msvc.h
28
LONG result =
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);
/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/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.
307
InterlockedExchange
(&have_work_, 0);
417
int old_have_work =
InterlockedExchange
(&have_work_, 0);
446
if (
InterlockedExchange
(&have_work_, 1))
457
InterlockedExchange
(&have_work_, 0); // Clarify that we didn't succeed.
602
InterlockedExchange
(&have_work_, 0);
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-atomic-private.hh
53
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/base/
atomicops_internals_x86_msvc.h
36
LONG result =
InterlockedExchange
(
/external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_drm_host.cc
74
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/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/third_party/tcmalloc/chromium/src/base/
atomicops-internals-windows.h
78
return ::
InterlockedExchange
(const_cast<LONG*>(ptr), newval);
114
return ::
InterlockedExchange
(ptr, newval);
Completed in 3703 milliseconds
1
2
3