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

/external/stlport/stlport/stl/config/
H A D_windows.h85 # define InterlockedIncrement _InterlockedIncrement macro
98 _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)

Completed in 65 milliseconds