OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InterlockedExchange
(Results
1 - 7
of
7
) sorted by null
/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);
Completed in 158 milliseconds