Searched refs:mtype (Results 1 – 3 of 3) sorted by relevance
425 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in __pthread_mutex_lock_with_timeout() local429 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() local516 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() local538 if (__predict_true(mtype == MUTEX_TYPE_BITS_NORMAL)) { in pthread_mutex_unlock()[all …]
57 …I_NL_HDR(hdr,t,mtype,mlen) { (hdr)->version = SCSI_NL_VERSION; (hdr)->transport = t; (hdr)->magic … argument
50 __kernel_long_t mtype; member