Home
last modified time | relevance | path

Searched refs:__stl_atomic_t (Results 1 – 10 of 10) sorted by relevance

/external/stlport/stlport/stl/
D_sparc_atomic.h34 ({ register volatile __stl_atomic_t *_L_pvalue1 = __pvalue1; \
35 register __stl_atomic_t _L_value1, _L_value2 = __value2 ; \
40 ({ register volatile __stl_atomic_t *_L_pvalue1 = __pvalue1; \
41 register __stl_atomic_t _L_value1, _L_value2; \
46 ({ register volatile __stl_atomic_t *_L_pvalue1 = __pvalue1; \
47 register __stl_atomic_t _L_value1, _L_value2; \
53 extern "C" __stl_atomic_t _STLP_atomic_exchange(__stl_atomic_t * __x, __stl_atomic_t __v);
54 extern "C" void _STLP_atomic_decrement(__stl_atomic_t* i);
55 extern "C" void _STLP_atomic_increment(__stl_atomic_t* i);
57 # define _STLP_ATOMIC_INCREMENT(__x) _STLP_atomic_increment((__stl_atomic_t*)__x)
[all …]
D_threads.h78 typedef long __stl_atomic_t; typedef
125 typedef long __stl_atomic_t; typedef
127 typedef size_t __stl_atomic_t; typedef
144 typedef long __stl_atomic_t; typedef
152 typedef long __stl_atomic_t; typedef
156 typedef long __stl_atomic_t; typedef
177 typedef size_t __stl_atomic_t; typedef
185 typedef size_t __stl_atomic_t; typedef
191 typedef size_t __stl_atomic_t; typedef
217 typedef size_t __stl_atomic_t; typedef
[all …]
D_threads.c118 _STLP_mutex_spin<__inst>::_M_do_lock(volatile __stl_atomic_t* _STLP_UNUSED(__lock)) { in _M_do_lock()
/external/stlport/src/
Dallocators.cpp295 typedef _STLP_VOLATILE __stl_atomic_t _AllocCounter;
297 typedef __stl_atomic_t _AllocCounter;
462 __stl_atomic_t &counter = _S_alloc_counter(); in _S_dealloc_call()
657 _STLP_VOLATILE __stl_atomic_t *pcounter = &_S_alloc_counter(); in _S_dealloc_call()
699 _STLP_VOLATILE __stl_atomic_t& _STLP_CALL
701 __stl_atomic_t& _STLP_CALL
Dmessage_facets.h113 static _STLP_VOLATILE __stl_atomic_t _count;
Dlocale.cpp106 … static _STLP_VOLATILE __stl_atomic_t _S_index = __STATIC_CAST(__stl_atomic_t, locale::id::_S_max); in _Stl_loc_get_index()
Dmessages.cpp70 _STLP_VOLATILE __stl_atomic_t _Catalog_nl_catd_map::_count = 0;
Dios.cpp138 static volatile __stl_atomic_t _S_index = 0; in xalloc()
/external/stlport/etc/
DChangeLog102 * stlport/stl/_threads.h: Move definition of __stl_atomic_t next
DChangeLog-5.12988 __stl_atomic_t that can be of lower size.
8234 * _threads.h : __stl_atomic_t used instead of "unsigned long" (thanks to Alex Vanic for the report)