Searched refs:_STLP_mutex_spin (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_threads.c58 unsigned _STLP_mutex_spin<__inst>::__max = _STLP_mutex_spin<__inst>::__low_max;
61 unsigned _STLP_mutex_spin<__inst>::__last = 0;
76 _STLP_mutex_spin<__inst>::_S_nsec_sleep(int __log_nsec, unsigned int& __iteration) {
118 _STLP_mutex_spin<__inst>::_M_do_lock(volatile __stl_atomic_t* __lock) {
121 unsigned __my_spin_max = _STLP_mutex_spin<0>::__max;
122 unsigned __my_last_spins = _STLP_mutex_spin<0>::__last;
136 _STLP_mutex_spin<0>::__last = __i;
137 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<
[all...]
H A D_threads.h251 struct _STLP_mutex_spin { struct
287 _STLP_mutex_spin<0>::_M_do_lock(&_M_lock);

Completed in 54 milliseconds