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

1 2

  /bionic/libc/upstream-netbsd/android/include/
reentrant.h 32 #define mutex_unlock(x) pthread_mutex_unlock(x) macro
  /external/libunwind/src/mi/
dyn-cancel.c 43 mutex_unlock (&_U_dyn_info_list_lock);
dyn-register.c 43 mutex_unlock (&_U_dyn_info_list_lock);
  /external/clang/test/Sema/
warn-thread-safety-analysis.c 37 void mutex_unlock(struct Mutex *mu) UNLOCK_FUNCTION(mu);
86 mutex_unlock(&mu1);
87 mutex_unlock(&mu2);
92 mutex_unlock(&mu2);
93 mutex_unlock(&mu1);
96 mutex_unlock(&mu1);
100 mutex_unlock(&mu1);
108 mutex_unlock(foo_.mu_);
111 mutex_unlock(foo_.mu_);
118 mutex_unlock(foo_.mu_)
    [all...]
  /device/generic/goldfish-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);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
flockfile.c 93 mutex_unlock(&_LOCK(fp));
136 mutex_unlock(&_LOCK(fp));
160 mutex_unlock(&_LOCK(fp));
  /system/core/libcutils/include/cutils/
threads.h 91 static __inline__ void mutex_unlock(mutex_t* lock) function
125 static __inline__ void mutex_unlock(mutex_t* lock) function
  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 63 #define mutex_unlock(a) (void)0 macro
310 mutex_unlock(&random_mutex);
355 mutex_unlock(&random_mutex);
385 mutex_unlock(&random_mutex);
438 mutex_unlock(&random_mutex);
447 mutex_unlock(&random_mutex);
505 mutex_unlock(&random_mutex);
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
closedir.c 81 mutex_unlock((mutex_t *)dirp->dd_lock);
readdir.c 96 mutex_unlock((mutex_t *)dirp->dd_lock);
117 mutex_unlock((mutex_t *)dirp->dd_lock);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_cthread.h 111 mutex_unlock((mutex_t )lock);
thread_solaris.h 128 if (mutex_unlock((mutex_t *) lock))
129 perror("mutex_unlock");
  /external/valgrind/drd/
drd_mutex.h 48 void DRD_(mutex_unlock)(const Addr mutex, const MutexT mutex_type);
drd_clientreq.c 374 DRD_(mutex_unlock)(arg[1], arg[2]);
418 DRD_(mutex_unlock)(mutex, mutex_type);
drd_mutex.c 366 void DRD_(mutex_unlock)(const Addr mutex, MutexT mutex_type) function
377 DRD_(trace_msg)("[%u] mutex_unlock %s 0x%lx rc %d",
460 DRD_(mutex_unlock)(spinlock, mutex_type_spinlock);
  /external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
context_switch.c 280 static int mutex_unlock(unsigned long *m) function
331 mutex_unlock(m1);
342 mutex_unlock(m2);
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
reentrant.h 151 #define mutex_unlock(m) __libc_mutex_unlock((m)) macro
237 #define mutex_unlock(m)
  /external/squashfs-tools/kernel/fs/squashfs/
block.c 226 mutex_unlock(&msblk->read_data_mutex);
264 mutex_unlock(&msblk->read_data_mutex);
file.c 91 mutex_unlock(&msblk->meta_index_mutex);
156 mutex_unlock(&msblk->meta_index_mutex);
166 mutex_unlock(&msblk->meta_index_mutex);
  /frameworks/native/libs/binder/
BufferedTextOutput.cpp 128 mutex_unlock(&gMutex);
138 mutex_unlock(&gMutex);
  /system/libhwbinder/
BufferedTextOutput.cpp 132 mutex_unlock(&gMutex);
142 mutex_unlock(&gMutex);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xthreads.h 54 # define xmutex_unlock(m) mutex_unlock(m)
90 # define xmutex_unlock(m) mutex_unlock(m)
215 # define xmutex_unlock(m) mutex_unlock(m)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xthreads.h 54 # define xmutex_unlock(m) mutex_unlock(m)
90 # define xmutex_unlock(m) mutex_unlock(m)
215 # define xmutex_unlock(m) mutex_unlock(m)
  /external/libunwind/include/
libunwind_i.h 116 #define mutex_unlock(l) \ macro
220 __lock_release_internal(l, m, mutex_unlock)
  /external/bison/lib/glthread/
lock.c 575 return mutex_unlock (&lock->mutex);
608 return mutex_unlock (&once_control->mutex);

Completed in 1734 milliseconds

1 2