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

  /external/stlport/stlport/stl/
_threads.h 64 # if !defined(__add_and_fetch) && \
66 # define __add_and_fetch(__l,__v) add_then_test((unsigned long*)__l,__v) macro
76 # define _STLP_ATOMIC_INCREMENT(__x) __add_and_fetch(__x, 1)
77 # define _STLP_ATOMIC_DECREMENT(__x) __add_and_fetch(__x, (size_t) -1)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.h 64 # if !defined(__add_and_fetch) && \
66 # define __add_and_fetch(__l,__v) add_then_test((unsigned long*)__l,__v) macro
76 # define _STLP_ATOMIC_INCREMENT(__x) __add_and_fetch(__x, 1)
77 # define _STLP_ATOMIC_DECREMENT(__x) __add_and_fetch(__x, (size_t) -1)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_threads.h 64 # if !defined(__add_and_fetch) && \
66 # define __add_and_fetch(__l,__v) add_then_test((unsigned long*)__l,__v) macro
76 # define _STLP_ATOMIC_INCREMENT(__x) __add_and_fetch(__x, 1)
77 # define _STLP_ATOMIC_DECREMENT(__x) __add_and_fetch(__x, (size_t) -1)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_threads.h 64 # if !defined(__add_and_fetch) && \
66 # define __add_and_fetch(__l,__v) add_then_test((unsigned long*)__l,__v) macro
76 # define _STLP_ATOMIC_INCREMENT(__x) __add_and_fetch(__x, 1)
77 # define _STLP_ATOMIC_DECREMENT(__x) __add_and_fetch(__x, (size_t) -1)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_threads.h 64 # if !defined(__add_and_fetch) && \
66 # define __add_and_fetch(__l,__v) add_then_test((unsigned long*)__l,__v) macro
76 # define _STLP_ATOMIC_INCREMENT(__x) __add_and_fetch(__x, 1)
77 # define _STLP_ATOMIC_DECREMENT(__x) __add_and_fetch(__x, (size_t) -1)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_threads.h 64 # if !defined(__add_and_fetch) && \
66 # define __add_and_fetch(__l,__v) add_then_test((unsigned long*)__l,__v) macro
76 # define _STLP_ATOMIC_INCREMENT(__x) __add_and_fetch(__x, 1)
77 # define _STLP_ATOMIC_DECREMENT(__x) __add_and_fetch(__x, (size_t) -1)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_threads.h 64 # if !defined(__add_and_fetch) && \
66 # define __add_and_fetch(__l,__v) add_then_test((unsigned long*)__l,__v) macro
76 # define _STLP_ATOMIC_INCREMENT(__x) __add_and_fetch(__x, 1)
77 # define _STLP_ATOMIC_DECREMENT(__x) __add_and_fetch(__x, (size_t) -1)

Completed in 266 milliseconds