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

/external/stlport/src/
H A Dsparc_atomic64.s5 ! int _STLP_atomic_exchange (void *pvalue, int value)
8 .type _STLP_atomic_exchange,#function
9 .global _STLP_atomic_exchange
12 _STLP_atomic_exchange: label
23 .size _STLP_atomic_exchange,(.-_STLP_atomic_exchange)
H A Dsparc_atomic.s7 ** int _STLP_atomic_exchange (void *pvalue, int value)
10 .type _STLP_atomic_exchange,#function
11 .global _STLP_atomic_exchange
14 _STLP_atomic_exchange: label
26 .size _STLP_atomic_exchange,(.-_STLP_atomic_exchange)
/external/stlport/stlport/stl/
H A D_sparc_atomic.h7 ** int _STLP_atomic_exchange (__stl_atomic_t *pvalue, __stl_atomic_t value)
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, (__stl_atomic_t)__y)

Completed in 77 milliseconds