Home
last modified time | relevance | path

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

/reactos/sdk/include/c++/stlport/stl/config/
H A D_windows.h214 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) { in STLPInterlockedExchangePointer() function
236 # define STLPInterlockedExchangePointer _InterlockedExchangePointer macro
/reactos/sdk/include/c++/stlport/stl/
H A D_threads.h142 # define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y) STLPInterlockedExchangePointer(__x, __y)