Home
last modified time | relevance | path

Searched refs:mtype (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dpthread_mutex.cpp425 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in __pthread_mutex_lock_with_timeout() local
429 if ( __predict_true(mtype == MUTEX_TYPE_BITS_NORMAL) ) { in __pthread_mutex_lock_with_timeout()
436 if (mtype == MUTEX_TYPE_BITS_ERRORCHECK) { in __pthread_mutex_lock_with_timeout()
442 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in __pthread_mutex_lock_with_timeout()
443 const uint16_t locked_uncontended = mtype | shared | MUTEX_STATE_BITS_LOCKED_UNCONTENDED; in __pthread_mutex_lock_with_timeout()
444 const uint16_t locked_contended = mtype | shared | MUTEX_STATE_BITS_LOCKED_CONTENDED; in __pthread_mutex_lock_with_timeout()
513 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in pthread_mutex_lock() local
516 if (__predict_true(mtype == MUTEX_TYPE_BITS_NORMAL)) { in pthread_mutex_lock()
534 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in pthread_mutex_unlock() local
538 if (__predict_true(mtype == MUTEX_TYPE_BITS_NORMAL)) { in pthread_mutex_unlock()
[all …]
/bionic/libc/kernel/uapi/scsi/
Dscsi_netlink.h57 …I_NL_HDR(hdr,t,mtype,mlen) { (hdr)->version = SCSI_NL_VERSION; (hdr)->transport = t; (hdr)->magic … argument
/bionic/libc/kernel/uapi/linux/
Dmsg.h50 __kernel_long_t mtype; member