HomeSort by relevance Sort by last modified time
    Searched defs:InterlockedExchange (Results 1 - 5 of 5) sorted by null

  /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);
  /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...]
  /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...]

Completed in 521 milliseconds