Home
last modified time | relevance | path

Searched defs: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
820 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in pthread_mutex_lock() local
854 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in pthread_mutex_unlock() local
904 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in pthread_mutex_trylock() local
966 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