HomeSort by relevance Sort by last modified time
    Searched defs:_STLP_ATOMIC_EXCHANGE (Results 1 - 15 of 15) 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...]
  /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...]
  /prebuilt/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...]
  /prebuilt/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...]
  /prebuilt/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...]
  /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)
  /prebuilt/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)
  /prebuilt/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)
  /prebuilt/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 249 milliseconds