Searched refs:InterlockedIncrement (Results 1 – 2 of 2) sorted by relevance
85 # define InterlockedIncrement _InterlockedIncrement macro98 _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)
134 # define _STLP_ATOMIC_INCREMENT(__x) InterlockedIncrement(__CONST_CAST(long*, __x))138 # define _STLP_ATOMIC_INCREMENT(__x) InterlockedIncrement(__x)