Home
last modified time | relevance | path

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

/reactos/sdk/include/c++/stlport/stl/
H A 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()
H A D_threads.h252 enum { __low_max = 30, __high_max = 1000 }; enumerator