Home
last modified time | relevance | path

Searched refs:_m_count (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/src/thread/
Dpthread_mutex_trylock.c13 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()
Dpthread_mutex_unlock.c19 if ((type&3) == PTHREAD_MUTEX_RECURSIVE && m->_m_count) in __pthread_mutex_unlock()
20 return m->_m_count--, 0; in __pthread_mutex_unlock()
Dpthread_mutex_timedlock.c44 m->_m_count = -1; in pthread_mutex_timedlock_pi()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_mutex_trylock.c14 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()
Dpthread_mutex_unlock.c19 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()
Dpthread_mutex_timedlock.c44 m->_m_count = -1; in pthread_mutex_timedlock_pi()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h37 #define _m_count __u.__i[5] macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h37 #define _m_count __u.__i[5] macro
/third_party/musl/porting/linux/user/src/thread/
Dpthread_mutex_timedlock.c60 m->_m_count = -1; in pthread_mutex_timedlock_pi()
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h32 #define _m_count __u.__i[5] macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h84 #define _m_count __u.__i[5] macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h94 #define _m_count __u.__i[5] macro
/third_party/musl/src/internal/
Dpthread_impl.h91 #define _m_count __u.__i[5] macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h122 #define _m_count __u.__i[5] macro