Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_threads.c58 unsigned _STLP_mutex_spin<__inst>::__max = _STLP_mutex_spin<__inst>::__low_max;
144 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__low_max; in _M_do_lock()
D_threads.h252 enum { __low_max = 30, __high_max = 1000 }; enumerator