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

  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 86 # define InterlockedDecrement _InterlockedDecrement
99 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long volatile *);
109 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long*);
129 long WINAPI InterlockedDecrement(long*);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 86 # define InterlockedDecrement _InterlockedDecrement
99 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long volatile *);
109 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long*);
129 long WINAPI InterlockedDecrement(long*);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 813 #define InterlockedDecrement _InterlockedDecrement
848 LONG __cdecl InterlockedDecrement(LONG volatile *lpAddend);
976 #define InterlockedDecrement _InterlockedDecrement
977 #define InterlockedDecrementAcquire InterlockedDecrement
978 #define InterlockedDecrementRelease InterlockedDecrement
1018 LONG WINAPI InterlockedDecrement(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 276 InterlockedDecrement(
305 #define InterlockedDecrement _InterlockedDecrement
338 #define InterlockedDecrementSizeT(a) InterlockedDecrement((LONG *)a)
351 #define InterlockedDecrement _InterlockedDecrement
    [all...]

Completed in 185 milliseconds