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

  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 85 # define InterlockedIncrement _InterlockedIncrement
98 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedIncrement(long volatile *);
108 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedIncrement(long*);
128 long WINAPI InterlockedIncrement(long*);
182 # if defined (InterlockedIncrement)
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 85 # define InterlockedIncrement _InterlockedIncrement
98 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedIncrement(long volatile *);
108 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedIncrement(long*);
128 long WINAPI InterlockedIncrement(long*);
182 # if defined (InterlockedIncrement)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 810 #define InterlockedIncrement _InterlockedIncrement
847 LONG __cdecl InterlockedIncrement(LONG volatile *lpAddend);
973 #define InterlockedIncrement _InterlockedIncrement
974 #define InterlockedIncrementAcquire InterlockedIncrement
975 #define InterlockedIncrementRelease InterlockedIncrement
1017 LONG WINAPI InterlockedIncrement(LONG volatile *lpAddend);
    [all...]
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 270 InterlockedIncrement(
304 #define InterlockedIncrement _InterlockedIncrement
337 #define InterlockedIncrementSizeT(a) InterlockedIncrement((LONG *)a)
350 #define InterlockedIncrement _InterlockedIncrement
    [all...]

Completed in 320 milliseconds