Searched defs:InterlockedDecrement (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_windows.h86 # define InterlockedDecrement _InterlockedDecrement macro
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 437 milliseconds