Home
last modified time | relevance | path

Searched defs:_STLP_ATOMIC_EXCHANGE (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_sparc_atomic.h33 # define _STLP_ATOMIC_EXCHANGE(__pvalue1, __value2) \ macro
59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__st… macro
D_threads.h71 # define _STLP_ATOMIC_EXCHANGE(__p, __q) test_and_set(__p, __q) macro
73 # define _STLP_ATOMIC_EXCHANGE(__p, __q) __test_and_set((unsigned long*)__p, (unsigned long)__… macro
136 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__CONST_CAST(long*, __x),… macro
140 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__x, __y) macro
149 # define _STLP_ATOMIC_EXCHANGE __ATOMIC_EXCH_LONG macro
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_watcom.h148 # define _STLP_ATOMIC_EXCHANGE(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y) macro