Home
last modified time | relevance | path

Searched refs:pthread_mutex_trylock (Results 1 – 25 of 50) sorted by relevance

12

/external/clang/test/Analysis/
Dpthreadlock.c47 if (pthread_mutex_trylock(&mtx1) == 0) // no-warning in ok5()
77 if (pthread_mutex_trylock(&mtx1) == 0) // no-warning in ok9()
84 if (pthread_mutex_trylock(&mtx1) != 0) // no-warning in ok10()
208 if (pthread_mutex_trylock(&mtx1)) // no-warning in bad4()
/external/valgrind/drd/tests/
Drecursive_mutex.c15 if (pthread_mutex_trylock(p) != 0) in lock_twice()
17 if (pthread_mutex_trylock(p) != 0) in lock_twice()
Drecursive_mutex.stderr.exp-darwin10 at 0x........: pthread_mutex_trylock (drd_pthread_intercepts.c:?)
Drecursive_mutex.stderr.exp-solaris11 at 0x........: pthread_mutex_trylock (drd_pthread_intercepts.c:?)
Dtrylock.stderr.exp16 Locking mutex via pthread_mutex_trylock().
Drecursive_mutex.stderr.exp-linux25 at 0x........: pthread_mutex_trylock (drd_pthread_intercepts.c:?)
Dtrylock.c65 r = pthread_mutex_trylock(&mutex); assert(r == 0); in main()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stoptheworld_test.cc44 if (pthread_mutex_trylock(&incrementer_thread_exit_mutex) == 0) { in IncrementerThread()
133 if (pthread_mutex_trylock(&advanced_incrementer_thread_exit_mutex) == 0) { in AdvancedIncrementerThread()
/external/libcxx/src/
Dmutex.cpp40 return pthread_mutex_trylock(&__m_) == 0; in try_lock()
108 return pthread_mutex_trylock(&__m_) == 0; in try_lock()
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc60 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() argument
62 int res = REAL(pthread_mutex_trylock)(m); in INTERCEPTOR()
301 INTERCEPT_FUNCTION(pthread_mutex_trylock); in InitializeInterceptors()
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-for-pthread-lock.h22 extern int pthread_mutex_trylock(pthread_mutex_t *);
/external/compiler-rt/test/tsan/Linux/
Dmutex_robust2.cc25 if (pthread_mutex_trylock(&m) != EOWNERDEAD) { in main()
/external/sfntly/cpp/src/sfntly/port/
Dlock.cc59 return (pthread_mutex_trylock(&os_lock_) == 0);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DMutex.cpp119 int res = pthread_mutex_trylock (&mMutex); in tryLock()
/external/libchrome/base/synchronization/
Dlock_impl_posix.cc39 int rv = pthread_mutex_trylock(&native_handle_); in Try()
/external/deqp/framework/delibs/dethread/unix/
DdeMutexUnix.c112 return (pthread_mutex_trylock((pthread_mutex_t*)mutex) == 0); in deMutex_tryLock()
/external/llvm/lib/Support/
DMutex.cpp109 int errorcode = pthread_mutex_trylock(mutex); in tryacquire()
/external/webrtc/webrtc/base/
Dcriticalsection.cc60 if (pthread_mutex_trylock(&mutex_) != 0) in TryEnter()
/external/llvm/test/CodeGen/Generic/
D2009-03-17-LSR-APInt.ll39 … i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @pthread_mutex_trylock ; <i32 (%…
90 define i32 @pthread_mutex_trylock(%struct.pthread_mutex_t*) {
/external/libevent/
Devthread_pthread.c71 return pthread_mutex_trylock(lock); in evthread_posix_lock()
/external/v8/src/base/platform/
Dmutex.cc71 int result = pthread_mutex_trylock(mutex); in TryLockNativeHandle()
/external/libvpx/libvpx/vpx_util/
Dvpx_thread.h79 static INLINE int pthread_mutex_trylock(pthread_mutex_t *const mutex) { in pthread_mutex_trylock() function
/external/llvm/test/Transforms/GVN/
D2009-03-10-PREOnVoid.ll26 … i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @pthread_mutex_trylock ; <i32 (%…
80 define i32 @pthread_mutex_trylock(%struct.pthread_mutex_t*) {
/external/valgrind/helgrind/tests/
Dtc20_verifywrap.stderr.exp-mips3278 Thread #x's call to pthread_mutex_trylock failed
81 by 0x........: pthread_mutex_trylock (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-glibc-2.1868 Thread #x's call to pthread_mutex_trylock failed
71 by 0x........: pthread_mutex_trylock (hg_intercepts.c:...)

12