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

1 2

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
objectNameManager.cpp 151 mutex_unlock(&m_lock);
184 mutex_unlock(&m_lock);
195 mutex_unlock(&m_lock);
207 mutex_unlock(&m_lock);
219 mutex_unlock(&m_lock);
231 mutex_unlock(&m_lock);
247 mutex_unlock(&m_lock);
257 mutex_unlock(&m_lock);
269 mutex_unlock(&m_lock);
288 mutex_unlock(&m_lock)
    [all...]
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
SmartPtr.h 63 if (rhs.m_lock) mutex_unlock(rhs.m_lock);
71 mutex_unlock(m_lock);
113 if (m_lock) mutex_unlock(m_lock);
129 if (rhs.m_lock) mutex_unlock(rhs.m_lock);
130 if (m_lock) mutex_unlock(m_lock);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
SmartPtr.h 63 if (rhs.m_lock) mutex_unlock(rhs.m_lock);
71 mutex_unlock(m_lock);
109 if (m_lock) mutex_unlock(m_lock);
125 if (rhs.m_lock) mutex_unlock(rhs.m_lock);
126 if (m_lock) mutex_unlock(m_lock);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
SmartPtr.h 63 if (rhs.m_lock) mutex_unlock(rhs.m_lock);
71 mutex_unlock(m_lock);
113 if (m_lock) mutex_unlock(m_lock);
129 if (rhs.m_lock) mutex_unlock(rhs.m_lock);
130 if (m_lock) mutex_unlock(m_lock);
  /system/core/include/cutils/
threads.h 89 static __inline__ void mutex_unlock(mutex_t* lock) function
123 static __inline__ void mutex_unlock(mutex_t* lock) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
i2c.h 95 mutex_unlock(&bus->master->lock_mutex);
97 mutex_unlock(&bus->lock_mutex);
core.h 160 mutex_unlock(&card->power_lock);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
i2c.h 95 mutex_unlock(&bus->master->lock_mutex);
97 mutex_unlock(&bus->lock_mutex);
core.h 160 mutex_unlock(&card->power_lock);
  /external/dbus/dbus/
dbus-threads.h 168 DBusMutexUnlockFunction mutex_unlock; /**< Function to unlock a mutex; optional and deprecated. */ member in struct:__anon6602
dbus-threads.c 167 else if (thread_functions.mutex_unlock)
168 (* thread_functions.mutex_unlock) (mutex);
581 functions->mutex_unlock;
623 thread_functions.mutex_unlock = functions->mutex_unlock;
  /external/kernel-headers/original/linux/
mutex.h 137 extern void fastcall mutex_unlock(struct mutex *lock);
serio.h 165 mutex_unlock(&serio->drv_mutex);
  /external/valgrind/main/drd/
drd_mutex.h 48 void DRD_(mutex_unlock)(const Addr mutex, const MutexT mutex_type);
drd_clientreq.c 340 DRD_(mutex_unlock)(arg[1], arg[2]);
380 DRD_(mutex_unlock)(mutex, mutex_type);
drd_mutex.c 348 void DRD_(mutex_unlock)(const Addr mutex, MutexT mutex_type) function
359 DRD_(trace_msg)("[%d] mutex_unlock %s 0x%lx rc %d",
441 DRD_(mutex_unlock)(spinlock, mutex_type_spinlock);
  /external/qemu/
posix-aio-compat.c 94 static void mutex_unlock(pthread_mutex_t *mutex) function
334 mutex_unlock(&lock);
356 mutex_unlock(&lock);
363 mutex_unlock(&lock);
392 mutex_unlock(&lock);
402 mutex_unlock(&lock);
551 mutex_unlock(&lock);
  /bionic/libc/netbsd/net/
reentrant.h 151 #define mutex_unlock(m) __libc_mutex_unlock((m)) macro
237 #define mutex_unlock(m)
  /frameworks/native/libs/utils/
BufferedTextOutput.cpp 125 mutex_unlock(&gMutex);
135 mutex_unlock(&gMutex);
  /system/core/libcutils/
properties.c 288 mutex_unlock(&env_lock);
319 mutex_unlock(&env_lock);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xthreads.h 57 #define xmutex_unlock(m) mutex_unlock(m)
93 #define xmutex_unlock(m) mutex_unlock(m)
218 #define xmutex_unlock(m) mutex_unlock(m)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xthreads.h 57 #define xmutex_unlock(m) mutex_unlock(m)
93 #define xmutex_unlock(m) mutex_unlock(m)
218 #define xmutex_unlock(m) mutex_unlock(m)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xthreads.h 57 #define xmutex_unlock(m) mutex_unlock(m)
93 #define xmutex_unlock(m) mutex_unlock(m)
218 #define xmutex_unlock(m) mutex_unlock(m)
  /external/kernel-headers/original/linux/nfsd/
nfsfh.h 335 mutex_unlock(&fhp->fh_dentry->d_inode->i_mutex);
  /external/openssl/crypto/threads/
th-lock.c 233 mutex_unlock(&(lock_cs[type]));

Completed in 751 milliseconds

1 2