Home
last modified time | relevance | path

Searched defs:_STLP_ATOMIC_INCREMENT (Results 1 – 3 of 3) sorted by relevance

/external/stlport/stlport/stl/
D_sparc_atomic.h39 # define _STLP_ATOMIC_INCREMENT(__pvalue1) \ macro
57 # define _STLP_ATOMIC_INCREMENT(__x) _STLP_atomic_increment((__stl_atomic_t*)__x) macro
D_threads.h76 # define _STLP_ATOMIC_INCREMENT(__x) __add_and_fetch(__x, 1) macro
110 # define _STLP_ATOMIC_INCREMENT(__x) (_STLP_atomic_increment_gcc_x86((long volatile*)__x)) macro
134 # define _STLP_ATOMIC_INCREMENT(__x) InterlockedIncrement(__CONST_CAST(long*, __x)) macro
138 # define _STLP_ATOMIC_INCREMENT(__x) InterlockedIncrement(__x) macro
150 # define _STLP_ATOMIC_INCREMENT(__x) __ATOMIC_ADD_LONG(__x, 1) macro
227 # define _STLP_ATOMIC_INCREMENT(__x) ++(*__x) macro
/external/stlport/stlport/stl/config/
D_watcom.h146 # define _STLP_ATOMIC_INCREMENT(__x) __stl_InterlockedIncrement((long*)__x) macro