HomeSort by relevance Sort by last modified time
    Searched full:pthread_mutex_trylock (Results 26 - 50 of 541) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_pth.h 54 #define _PT_PTHREAD_MUTEX_IS_LOCKED(m) (0 == pthread_mutex_trylock(&(m)))
60 * 1. pthread_mutex_trylock returns 1 when it locks the mutex
84 #define _PT_PTHREAD_MUTEX_IS_LOCKED(m) (EBUSY == pthread_mutex_trylock(&(m)))
93 #define _PT_PTHREAD_MUTEX_IS_LOCKED(m) (EBUSY == pthread_mutex_trylock(&(m)))
177 * pthread_mutex_trylock returns different values in DCE threads and
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 60 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) {
62 int res = REAL(pthread_mutex_trylock)(m);
301 INTERCEPT_FUNCTION(pthread_mutex_trylock);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
mutex.c 61 #include "pthread_mutex_trylock.c"
pthread_spin_trylock.c 73 return pthread_mutex_trylock (&(s->u.mutex));
  /external/chromium_org/v8/src/base/platform/
mutex.cc 71 int result = pthread_mutex_trylock(mutex);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
Mutex.cpp 118 int res = pthread_mutex_trylock (&mMutex);
  /ndk/sources/android/support/src/stdio/
fileext.h 64 #define _FLOCK_TRYLOCK(fp) pthread_mutex_trylock(&_FLOCK(fp))
  /packages/apps/Nfc/nci/jni/
Mutex.cpp 115 int res = pthread_mutex_trylock (&mMutex);
  /development/ndk/platforms/android-5/include/
pthread.h 171 int pthread_mutex_trylock(pthread_mutex_t *mutex);
217 * before returning. same return values than pthread_mutex_trylock though, i.e.
  /development/ndk/platforms/android-8/include/
pthread.h 171 int pthread_mutex_trylock(pthread_mutex_t *mutex);
222 * before returning. same return values than pthread_mutex_trylock though, i.e.
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPthreads.cpp 160 int result = pthread_mutex_trylock(&m_mutex.m_internalMutex);
179 int result = pthread_mutex_trylock(&m_mutex.m_internalMutex);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 44 if (pthread_mutex_trylock(&incrementer_thread_exit_mutex) == 0) {
133 if (pthread_mutex_trylock(&advanced_incrementer_thread_exit_mutex) == 0) {
  /external/libcxx/src/
mutex.cpp 38 return pthread_mutex_trylock(&__m_) == 0;
106 return pthread_mutex_trylock(&__m_) == 0;
  /external/llvm/test/CodeGen/Generic/
2009-03-17-LSR-APInt.ll 39 @_ZL29__gthrw_pthread_mutex_trylockP15pthread_mutex_t = alias weak i32 (%struct.pthread_mutex_t*)* @pthread_mutex_trylock ; <i32 (%struct.pthread_mutex_t*)*> [#uses=0]
90 define i32 @pthread_mutex_trylock(%struct.pthread_mutex_t*) {
  /external/llvm/test/Linker/
2011-08-22-ResolveAlias2.ll 24 @_ZL29__gthrw_pthread_mutex_trylockP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @pthread_mutex_trylock
88 define weak i32 @pthread_mutex_trylock(%union.pthread_mutex_t*) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
mutex.cpp 39 return pthread_mutex_trylock(&__m_) == 0;
107 return pthread_mutex_trylock(&__m_) == 0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/32/bits/
gthr-tpf.h 85 __gthrw(pthread_mutex_trylock)
166 return __gthrw_(pthread_mutex_trylock) (__mutex);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/bits/
gthr-tpf.h 85 __gthrw(pthread_mutex_trylock)
166 return __gthrw_(pthread_mutex_trylock) (__mutex);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
pthread.h 165 int pthread_mutex_trylock(pthread_mutex_t *mutex);
211 * before returning. same return values than pthread_mutex_trylock though, i.e.
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
pthread.h 165 int pthread_mutex_trylock(pthread_mutex_t *mutex);
216 * before returning. same return values than pthread_mutex_trylock though, i.e.
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
pthread.h 165 int pthread_mutex_trylock(pthread_mutex_t *mutex);
216 * before returning. same return values than pthread_mutex_trylock though, i.e.
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/
pthread.h 165 int pthread_mutex_trylock(pthread_mutex_t *mutex);
211 * before returning. same return values than pthread_mutex_trylock though, i.e.
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
pthread.h 165 int pthread_mutex_trylock(pthread_mutex_t *mutex);
216 * before returning. same return values than pthread_mutex_trylock though, i.e.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 85 __gthrw(pthread_mutex_trylock)
166 return __gthrw_(pthread_mutex_trylock) (__mutex);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 85 __gthrw(pthread_mutex_trylock)
166 return __gthrw_(pthread_mutex_trylock) (__mutex);

Completed in 643 milliseconds

12 3 4 5 6 7 8 91011>>