Searched refs:_STLP_ATOMIC_EXCHANGE (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _threads.h | 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)__… 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 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) && \ 509 # if defined (_STLP_ATOMIC_EXCHANGE) in _S_swap() [all …]
|
D | _sparc_atomic.h | 33 # 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.c | 119 # if defined(_STLP_ATOMIC_EXCHANGE) in _M_do_lock()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _watcom.h | 148 # define _STLP_ATOMIC_EXCHANGE(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y) macro
|