Home
last modified time | relevance | path

Searched refs:_STLP_atomic_exchange (Results 1 – 3 of 3) sorted by relevance

/external/stlport/src/
Dsparc_atomic64.s5 ! int _STLP_atomic_exchange (void *pvalue, int value)
8 .type _STLP_atomic_exchange,#function
9 .global _STLP_atomic_exchange symbol
12 _STLP_atomic_exchange: label
23 .size _STLP_atomic_exchange,(.-_STLP_atomic_exchange)
Dsparc_atomic.s10 .type _STLP_atomic_exchange,#function
11 .global _STLP_atomic_exchange symbol
14 _STLP_atomic_exchange: label
26 .size _STLP_atomic_exchange,(.-_STLP_atomic_exchange)
/external/stlport/stlport/stl/
D_sparc_atomic.h53 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…