Searched refs:InterlockedDecrement (Results 1 – 2 of 2) sorted by relevance
86 # define InterlockedDecrement _InterlockedDecrement macro99 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long volatile *);109 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long*);129 long WINAPI InterlockedDecrement(long*);
135 # define _STLP_ATOMIC_DECREMENT(__x) InterlockedDecrement(__CONST_CAST(long*, __x))139 # define _STLP_ATOMIC_DECREMENT(__x) InterlockedDecrement(__x)