Searched refs:_STLP_atomic_exchange (Results 1 – 3 of 3) sorted by relevance
5 ! int _STLP_atomic_exchange (void *pvalue, int value)8 .type _STLP_atomic_exchange,#function9 .global _STLP_atomic_exchange symbol12 _STLP_atomic_exchange: label23 .size _STLP_atomic_exchange,(.-_STLP_atomic_exchange)
10 .type _STLP_atomic_exchange,#function11 .global _STLP_atomic_exchange symbol14 _STLP_atomic_exchange: label26 .size _STLP_atomic_exchange,(.-_STLP_atomic_exchange)
53 extern "C" __stl_atomic_t _STLP_atomic_exchange(__stl_atomic_t * __x, __stl_atomic_t __v);59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__st…