Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_mutex.cpp714 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in MutexLockWithTimeout() local
718 if ( __predict_true(mtype == MUTEX_TYPE_BITS_NORMAL) ) { in MutexLockWithTimeout()
725 if (mtype == MUTEX_TYPE_BITS_ERRORCHECK) { in MutexLockWithTimeout()
731 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in MutexLockWithTimeout()
732 const uint16_t locked_uncontended = mtype | shared | MUTEX_STATE_BITS_LOCKED_UNCONTENDED; in MutexLockWithTimeout()
733 const uint16_t locked_contended = mtype | shared | MUTEX_STATE_BITS_LOCKED_CONTENDED; in MutexLockWithTimeout()
820 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in pthread_mutex_lock() local
822 if (__predict_true(mtype == MUTEX_TYPE_BITS_NORMAL)) { in pthread_mutex_lock()
854 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in pthread_mutex_unlock() local
858 if (__predict_true(mtype == MUTEX_TYPE_BITS_NORMAL)) { in pthread_mutex_unlock()
[all …]
/bionic/libc/kernel/uapi/scsi/
Dscsi_netlink.h50 …I_NL_HDR(hdr,t,mtype,mlen) { (hdr)->version = SCSI_NL_VERSION; (hdr)->transport = t; (hdr)->magic … argument
/bionic/libc/kernel/uapi/linux/
Dmsg.h45 __kernel_long_t mtype; member