Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_windows.h88 # define _STLP_STDCALL macro
91 # define _STLP_STDCALL _cdecl
93 # define _STLP_STDCALL __stdcall
98 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedIncrement(long volatile *);
99 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long volatile *);
100 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long volatile *, long);
102 _STLP_IMPORT_DECLSPEC void* _STLP_STDCALL _InterlockedExchangePointer(void* volatile *, void*);
108 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedIncrement(long*);
109 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long*);
110 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange(long*, long);
[all …]