Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_windows.h206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) { in STLPInterlockedExchangePointer() function
228 # define STLPInterlockedExchangePointer _InterlockedExchangePointer macro
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_threads.h142 # define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y) STLPInterlockedExchangePointer(__x, __y)