HomeSort by relevance Sort by last modified time
    Searched refs:_STLP_atomic_exchange (Results 1 - 4 of 4) sorted by null

  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic64.s 5 ! int _STLP_atomic_exchange (void *pvalue, int value)
8 .type _STLP_atomic_exchange,#function
9 .global _STLP_atomic_exchange
12 _STLP_atomic_exchange:
23 .size _STLP_atomic_exchange,(.-_STLP_atomic_exchange)
sparc_atomic.s 7 ** int _STLP_atomic_exchange (void *pvalue, int value)
10 .type _STLP_atomic_exchange,#function
11 .global _STLP_atomic_exchange
14 _STLP_atomic_exchange:
26 .size _STLP_atomic_exchange,(.-_STLP_atomic_exchange)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sparc_atomic.h 7 ** int _STLP_atomic_exchange (__stl_atomic_t *pvalue, __stl_atomic_t value)
33 # define _STLP_ATOMIC_EXCHANGE(__pvalue1, __value2) \
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)
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_sparc_atomic.h 7 ** int _STLP_atomic_exchange (__stl_atomic_t *pvalue, __stl_atomic_t value)
33 # define _STLP_ATOMIC_EXCHANGE(__pvalue1, __value2) \
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 42 milliseconds