Home
last modified time | relevance | path

Searched refs:_STLP_ATOMIC_INCREMENT (Results 1 – 8 of 8) sorted by relevance

/external/stlport/stlport/stl/
D_threads.h76 # define _STLP_ATOMIC_INCREMENT(__x) __add_and_fetch(__x, 1) macro
100 # if !defined (_STLP_ATOMIC_INCREMENT)
110 # define _STLP_ATOMIC_INCREMENT(__x) (_STLP_atomic_increment_gcc_x86((long volatile*)__x)) macro
132 # if !defined (_STLP_ATOMIC_INCREMENT)
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
449 (!defined (_STLP_ATOMIC_INCREMENT) || !defined (_STLP_ATOMIC_DECREMENT) || \
465 __stl_atomic_t _M_incr() { return _STLP_ATOMIC_INCREMENT(&_M_ref_count); } in _M_incr()
D_sparc_atomic.h39 # define _STLP_ATOMIC_INCREMENT(__pvalue1) \ macro
57 # define _STLP_ATOMIC_INCREMENT(__x) _STLP_atomic_increment((__stl_atomic_t*)__x) macro
/external/stlport/src/
Dmessages.cpp75 #if defined (_STLP_ATOMIC_INCREMENT) in insert()
76 res = __STATIC_CAST(int, _STLP_ATOMIC_INCREMENT(&_count)); in insert()
Dlocale.cpp104 #if defined (_STLP_ATOMIC_INCREMENT) && !defined (_STLP_WIN95_LIKE) in _Stl_loc_get_index()
106 id._M_index = _STLP_ATOMIC_INCREMENT(&_S_index); in _Stl_loc_get_index()
Dios.cpp139 return _STLP_ATOMIC_INCREMENT(&_S_index); in xalloc()
Dallocators.cpp654 { _STLP_ATOMIC_INCREMENT(&_S_alloc_counter()); } in _S_alloc_call()
/external/stlport/stlport/stl/config/
D_watcom.h146 # define _STLP_ATOMIC_INCREMENT(__x) __stl_InterlockedIncrement((long*)__x) macro
/external/stlport/etc/
DChangeLog-5.13428 * src/locale.cpp, facets_byname.cpp: Use of _STLP_ATOMIC_INCREMENT rather than