Searched refs:__stl_atomic_t (Results 1 – 10 of 10) sorted by relevance
34 ({ 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 …]
78 typedef long __stl_atomic_t; typedef125 typedef long __stl_atomic_t; typedef127 typedef size_t __stl_atomic_t; typedef144 typedef long __stl_atomic_t; typedef152 typedef long __stl_atomic_t; typedef156 typedef long __stl_atomic_t; typedef177 typedef size_t __stl_atomic_t; typedef185 typedef size_t __stl_atomic_t; typedef191 typedef size_t __stl_atomic_t; typedef217 typedef size_t __stl_atomic_t; typedef[all …]
118 _STLP_mutex_spin<__inst>::_M_do_lock(volatile __stl_atomic_t* _STLP_UNUSED(__lock)) { in _M_do_lock()
295 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_CALL701 __stl_atomic_t& _STLP_CALL
113 static _STLP_VOLATILE __stl_atomic_t _count;
106 … static _STLP_VOLATILE __stl_atomic_t _S_index = __STATIC_CAST(__stl_atomic_t, locale::id::_S_max); in _Stl_loc_get_index()
70 _STLP_VOLATILE __stl_atomic_t _Catalog_nl_catd_map::_count = 0;
138 static volatile __stl_atomic_t _S_index = 0; in xalloc()
102 * stlport/stl/_threads.h: Move definition of __stl_atomic_t next
2988 __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)