Home
last modified time | relevance | path

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

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/stl/
H A D_sparc_atomic.h39 # define _STLP_ATOMIC_INCREMENT(__pvalue1) \ macro
57 # define _STLP_ATOMIC_INCREMENT(__x) _STLP_atomic_increment((__stl_atomic_t*)__x) macro
H A 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
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/
H A D_sparc_atomic.h39 # define _STLP_ATOMIC_INCREMENT(__pvalue1) \ macro
57 # define _STLP_ATOMIC_INCREMENT(__x) _STLP_atomic_increment((__stl_atomic_t*)__x) macro
H A D_threads.h89 # define _STLP_ATOMIC_INCREMENT(__x) __add_and_fetch(__x, 1) macro
123 # define _STLP_ATOMIC_INCREMENT(__x) (_STLP_atomic_increment_gcc_x86((long volatile*)__x)) macro
158 # define _STLP_ATOMIC_INCREMENT(__x) InterlockedIncrement(__CONST_CAST(long*, __x)) macro
162 # define _STLP_ATOMIC_INCREMENT(__x) InterlockedIncrement(__x) macro
181 # define _STLP_ATOMIC_INCREMENT(__x) __ATOMIC_ADD_LONG(__x, 1) macro
244 # define _STLP_ATOMIC_INCREMENT(__x) ++(*__x) macro
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/stl/config/
H A D_watcom.h146 # define _STLP_ATOMIC_INCREMENT(__x) __stl_InterlockedIncrement((long*)__x) macro
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/config/
H A D_watcom.h79 #define _STLP_ATOMIC_INCREMENT(__x) __stl_InterlockedIncrement((long*)__x) macro