Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
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*);
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_threads.h135 # define _STLP_ATOMIC_DECREMENT(__x) InterlockedDecrement(__CONST_CAST(long*, __x))
139 # define _STLP_ATOMIC_DECREMENT(__x) InterlockedDecrement(__x)