Searched refs:STLPInterlockedExchangePointer (Results 1 – 2 of 2) sorted by relevance
206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) { in STLPInterlockedExchangePointer() function228 # define STLPInterlockedExchangePointer _InterlockedExchangePointer macro
142 # define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y) STLPInterlockedExchangePointer(__x, __y)