HomeSort by relevance Sort by last modified time
    Searched refs:mtype (Results 1 - 25 of 61) sorted by null

1 2 3

  /bionic/libc/bionic/
pthread.c 551 * mtype is the current mutex type
556 _recursive_increment(pthread_mutex_t* mutex, int mvalue, int mtype)
558 if (mtype == MUTEX_TYPE_BITS_ERRORCHECK) {
593 int mvalue, mtype, tid, shared; local
599 mtype = (mvalue & MUTEX_TYPE_MASK);
603 if ( __likely(mtype == MUTEX_TYPE_BITS_NORMAL) ) {
611 return _recursive_increment(mutex, mvalue, mtype);
614 mtype |= shared;
619 if (mvalue == mtype) {
620 int newval = MUTEX_OWNER_TO_BITS(tid) | mtype | MUTEX_STATE_BITS_LOCKED_UNCONTENDED
687 int mvalue, mtype, tid, shared; local
754 int mvalue, mtype, tid, shared; local
849 int mvalue, mtype, tid, shared; local
    [all...]
  /external/libnfc-nxp/src/
phDal4Nfc_messageQueueLib.h 40 long mtype; member in struct:phDal4Nfc_Message_Wrapper
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
msg.h 55 long int mtype; /* type of received/sent message */ member in struct:msgbuf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
msg.h 55 long int mtype; /* type of received/sent message */ member in struct:msgbuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
msg.h 55 long int mtype; /* type of received/sent message */ member in struct:msgbuf
  /bionic/libc/kernel/common/linux/
msg.h 49 long mtype; member in struct:msgbuf
  /development/ndk/platforms/android-3/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
msg.h 36 long mtype; /* type of message */ member in struct:msgbuf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
msg.h 36 long mtype; /* type of message */ member in struct:msgbuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
msg.h 36 long mtype; /* type of message */ member in struct:msgbuf
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf

Completed in 4886 milliseconds

1 2 3