/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/current/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);
|
/external/webrtc/webrtc/system_wrappers/include/ |
fix_interlocked_exchange_pointer_win.h | 31 return reinterpret_cast<void*>(static_cast<LONG_PTR>(InterlockedExchange(
|
/external/regex-re2/util/ |
atomicops.h | 59 ::InterlockedExchange(&x, 0);
|
/external/protobuf/src/google/protobuf/stubs/ |
atomicops_internals_x86_msvc.cc | 64 LONG result = InterlockedExchange(
|
/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 | 37 LONG result = InterlockedExchange(
|
/external/v8/src/runtime/ |
runtime-atomics.cc | 111 return InterlockedExchange##suffix(reinterpret_cast<vctype*>(p), \ 122 InterlockedExchange##suffix(reinterpret_cast<vctype*>(p), \
|
/ndk/sources/cxx-stl/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)
|
/prebuilts/ndk/current/sources/cxx-stl/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)
|
/external/boringssl/src/crypto/ |
thread_win.c | 57 InterlockedExchange(once, 1);
|
/external/webrtc/webrtc/base/ |
timeutils.cc | 63 DWORD old = InterlockedExchange(last_timegettime_ptr, now);
|
/external/icu/icu4c/source/common/ |
umutex.h | 107 InterlockedExchange(&var, val);
|
/external/jemalloc/include/jemalloc/internal/ |
atomic.h | 468 InterlockedExchange(p, x);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winbase.h | 816 #define InterlockedExchange _InterlockedExchange 849 LONG __cdecl InterlockedExchange(LONG volatile *Target,LONG Value); 979 #define InterlockedExchange _InterlockedExchange 1019 LONG WINAPI InterlockedExchange(LONG volatile *Target,LONG Value); 1021 #define InterlockedExchangePointer(Target,Value) (PVOID)InterlockedExchange((PLONG)(Target),(LONG)(Value)) [all...] |
winnt.h | [all...] |
/external/dlmalloc/ |
malloc.c | 1519 #define interlockedexchange macro 1522 #define interlockedexchange macro [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...] |
/external/opencv3/3rdparty/lib/ |
libmingwex64.a | 21 ? ?& |