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

  /external/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*);
  /ndk/sources/android/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*);

Completed in 63 milliseconds