HomeSort by relevance Sort by last modified time
    Searched full:_stlp_atomic_exchange (Results 1 - 24 of 24) sorted by null

  /external/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)
_threads.h 52 * __stl_atomic_t _STLP_ATOMIC_EXCHANGE(volatile __stl_atomic_t* __target, __stl_atomic_t __val) :
71 # define _STLP_ATOMIC_EXCHANGE(__p, __q) test_and_set(__p, __q)
73 # define _STLP_ATOMIC_EXCHANGE(__p, __q) __test_and_set((unsigned long*)__p, (unsigned long)__q)
136 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__CONST_CAST(long*, __x), __y)
140 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__x, __y)
149 # define _STLP_ATOMIC_EXCHANGE __ATOMIC_EXCH_LONG
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) &&
    [all...]
_threads.c 119 # if defined(_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)
_threads.h 52 * __stl_atomic_t _STLP_ATOMIC_EXCHANGE(volatile __stl_atomic_t* __target, __stl_atomic_t __val) :
71 # define _STLP_ATOMIC_EXCHANGE(__p, __q) test_and_set(__p, __q)
73 # define _STLP_ATOMIC_EXCHANGE(__p, __q) __test_and_set((unsigned long*)__p, (unsigned long)__q)
136 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__CONST_CAST(long*, __x), __y)
140 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__x, __y)
149 # define _STLP_ATOMIC_EXCHANGE __ATOMIC_EXCH_LONG
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) &&
    [all...]
_threads.c 119 # if defined(_STLP_ATOMIC_EXCHANGE)
  /prebuilts/ndk/android-ndk-r5/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)
_threads.h 52 * __stl_atomic_t _STLP_ATOMIC_EXCHANGE(volatile __stl_atomic_t* __target, __stl_atomic_t __val) :
71 # define _STLP_ATOMIC_EXCHANGE(__p, __q) test_and_set(__p, __q)
73 # define _STLP_ATOMIC_EXCHANGE(__p, __q) __test_and_set((unsigned long*)__p, (unsigned long)__q)
136 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__CONST_CAST(long*, __x), __y)
140 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__x, __y)
149 # define _STLP_ATOMIC_EXCHANGE __ATOMIC_EXCH_LONG
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) &&
    [all...]
_threads.c 119 # if defined(_STLP_ATOMIC_EXCHANGE)
  /prebuilts/ndk/android-ndk-r6/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)
_threads.h 52 * __stl_atomic_t _STLP_ATOMIC_EXCHANGE(volatile __stl_atomic_t* __target, __stl_atomic_t __val) :
71 # define _STLP_ATOMIC_EXCHANGE(__p, __q) test_and_set(__p, __q)
73 # define _STLP_ATOMIC_EXCHANGE(__p, __q) __test_and_set((unsigned long*)__p, (unsigned long)__q)
136 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__CONST_CAST(long*, __x), __y)
140 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__x, __y)
149 # define _STLP_ATOMIC_EXCHANGE __ATOMIC_EXCH_LONG
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) &&
    [all...]
_threads.c 119 # if defined(_STLP_ATOMIC_EXCHANGE)
  /prebuilts/ndk/android-ndk-r7/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)
_threads.h 52 * __stl_atomic_t _STLP_ATOMIC_EXCHANGE(volatile __stl_atomic_t* __target, __stl_atomic_t __val) :
71 # define _STLP_ATOMIC_EXCHANGE(__p, __q) test_and_set(__p, __q)
73 # define _STLP_ATOMIC_EXCHANGE(__p, __q) __test_and_set((unsigned long*)__p, (unsigned long)__q)
136 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__CONST_CAST(long*, __x), __y)
140 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__x, __y)
149 # define _STLP_ATOMIC_EXCHANGE __ATOMIC_EXCH_LONG
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) &&
    [all...]
_threads.c 119 # if defined(_STLP_ATOMIC_EXCHANGE)
  /external/stlport/src/
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)
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)
  /ndk/sources/cxx-stl/stlport/src/
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)
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)
  /external/stlport/stlport/stl/config/
_watcom.h 148 # define _STLP_ATOMIC_EXCHANGE(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 148 # define _STLP_ATOMIC_EXCHANGE(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 148 # define _STLP_ATOMIC_EXCHANGE(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 148 # define _STLP_ATOMIC_EXCHANGE(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 148 # define _STLP_ATOMIC_EXCHANGE(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)

Completed in 383 milliseconds