Searched refs:__cnt (Results 1 – 8 of 8) sorted by relevance
43 if (__glibc_unlikely (mtxp->__cnt + 1 == 0)) in __pthread_mutex_lock()46 ++mtxp->__cnt; in __pthread_mutex_lock()52 mtxp->__cnt = 1; in __pthread_mutex_lock()
44 if (__glibc_unlikely (mtxp->__cnt + 1 == 0)) in __pthread_mutex_trylock()47 ++mtxp->__cnt; in __pthread_mutex_trylock()53 mtxp->__cnt = 1; in __pthread_mutex_trylock()
35 if (__glibc_unlikely (mtxp->__cnt + 1 == 0)) \38 ++mtxp->__cnt; \53 mtxp->__cnt = 1; \
44 if (__glibc_unlikely (mtxp->__cnt + 1 == 0)) in __pthread_mutex_clocklock()47 ++mtxp->__cnt; in __pthread_mutex_clocklock()53 mtxp->__cnt = 1; in __pthread_mutex_clocklock()
42 else if (--mtxp->__cnt == 0) in __pthread_mutex_unlock()71 else if (--mtxp->__cnt == 0) in __pthread_mutex_unlock()
40 mtxp->__cnt = 1; in pthread_mutex_consistent()
52 mtxp->__cnt = 0; in __pthread_mutex_init()
29 unsigned int __cnt; member
Completed in 6 milliseconds