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

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A 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, (__stl_atomic_t)__y) macro
H A D_threads.h52 * __stl_atomic_t _STLP_ATOMIC_EXCHANGE(volatile __stl_atomic_t* __target, __stl_atomic_t __val) :
71 # 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)__q) macro
136 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__CONST_CAST(long*, __x), __y) macro
140 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__x, __y) macro
149 # define _STLP_ATOMIC_EXCHANGE __ATOMIC_EXCH_LONG macro
236 # if defined(_STLP_ATOMIC_EXCHANGE)
276 #if defined (_STLP_ATOMIC_EXCHANGE) || defined (_STLP_SGI_THREADS)
282 # if defined (_STLP_ATOMIC_EXCHANGE)
500 !defined (_STLP_ATOMIC_EXCHANGE)
[all...]
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A D_watcom.h148 # define _STLP_ATOMIC_EXCHANGE(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y) macro

Completed in 115 milliseconds