Home
last modified time | relevance | path

Searched refs:InterlockedIncrement (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
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)
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_threads.h134 # define _STLP_ATOMIC_INCREMENT(__x) InterlockedIncrement(__CONST_CAST(long*, __x))
138 # define _STLP_ATOMIC_INCREMENT(__x) InterlockedIncrement(__x)