Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_mutex.cpp705 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in MutexLockWithTimeout() local
811 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in pthread_mutex_lock() local
845 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in pthread_mutex_unlock() local
895 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in pthread_mutex_trylock() local
957 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in __pthread_mutex_timedlock() local
/bionic/libc/kernel/uapi/scsi/
Dscsi_netlink.h50 #define INIT_SCSI_NL_HDR(hdr,t,mtype,mlen) { (hdr)->version = SCSI_NL_VERSION; (hdr)->transport = t… argument
/bionic/libc/kernel/uapi/linux/
Dmsg.h45 __kernel_long_t mtype; member