HomeSort by relevance Sort by last modified time
    Searched defs:InterlockedExchange (Results 1 - 2 of 2) 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);

Completed in 101 milliseconds