Home
last modified time | relevance | path

Searched refs:_S_index (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dios.cpp140 static volatile __stl_atomic_t _S_index = 0; in xalloc() local
141 return _STLP_ATOMIC_INCREMENT(&_S_index); in xalloc()
143 static int _S_index = 0; in xalloc()
146 return _S_index++; in xalloc()
Dlocale.cpp106 … static _STLP_VOLATILE __stl_atomic_t _S_index = __STATIC_CAST(__stl_atomic_t, locale::id::_S_max); in _Stl_loc_get_index() local
107 id._M_index = _STLP_ATOMIC_INCREMENT(&_S_index); in _Stl_loc_get_index()