Searched refs:_m_count (Results 1 – 14 of 14) sorted by relevance
13 if ((type&8) && m->_m_count<0) { in __pthread_mutex_trylock_owner()15 m->_m_count = 0; in __pthread_mutex_trylock_owner()19 if ((unsigned)m->_m_count >= INT_MAX) return EAGAIN; in __pthread_mutex_trylock_owner()20 m->_m_count++; in __pthread_mutex_trylock_owner()60 m->_m_count = 0; in __pthread_mutex_trylock_owner()
19 if ((type&3) == PTHREAD_MUTEX_RECURSIVE && m->_m_count) in __pthread_mutex_unlock()20 return m->_m_count--, 0; in __pthread_mutex_unlock()
44 m->_m_count = -1; in pthread_mutex_timedlock_pi()
14 if ((unsigned)m->_m_count >= INT_MAX) return EAGAIN; in __pthread_mutex_trylock_owner()15 m->_m_count++; in __pthread_mutex_trylock_owner()45 m->_m_count = 0; in __pthread_mutex_trylock_owner()
19 if ((type&PTHREAD_MUTEX_TYPE_MASK) == PTHREAD_MUTEX_RECURSIVE && m->_m_count) in __pthread_mutex_unlock()20 return m->_m_count--, 0; in __pthread_mutex_unlock()
37 #define _m_count __u.__i[5] macro
60 m->_m_count = -1; in pthread_mutex_timedlock_pi()
32 #define _m_count __u.__i[5] macro
84 #define _m_count __u.__i[5] macro
94 #define _m_count __u.__i[5] macro
91 #define _m_count __u.__i[5] macro
122 #define _m_count __u.__i[5] macro