Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_mutex.cpp719 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in MutexLockWithTimeout() local
825 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in pthread_mutex_lock() local
859 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in pthread_mutex_unlock() local
909 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in pthread_mutex_trylock() local
973 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in __pthread_mutex_timedlock() local
/bionic/libc/kernel/uapi/scsi/
Dscsi_netlink.h38 #define INIT_SCSI_NL_HDR(hdr,t,mtype,mlen) { (hdr)->version = SCSI_NL_VERSION; (hdr)->transport = t… argument
/bionic/libc/kernel/uapi/linux/
Dmsg.h33 __kernel_long_t mtype; member