Searched refs:pthread_mutex_trylock (Results 1 – 25 of 50) sorted by relevance
12
47 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()
15 if (pthread_mutex_trylock(p) != 0) in lock_twice()17 if (pthread_mutex_trylock(p) != 0) in lock_twice()
10 at 0x........: pthread_mutex_trylock (drd_pthread_intercepts.c:?)
11 at 0x........: pthread_mutex_trylock (drd_pthread_intercepts.c:?)
16 Locking mutex via pthread_mutex_trylock().
25 at 0x........: pthread_mutex_trylock (drd_pthread_intercepts.c:?)
65 r = pthread_mutex_trylock(&mutex); assert(r == 0); in main()
44 if (pthread_mutex_trylock(&incrementer_thread_exit_mutex) == 0) { in IncrementerThread()133 if (pthread_mutex_trylock(&advanced_incrementer_thread_exit_mutex) == 0) { in AdvancedIncrementerThread()
40 return pthread_mutex_trylock(&__m_) == 0; in try_lock()108 return pthread_mutex_trylock(&__m_) == 0; in try_lock()
60 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() argument62 int res = REAL(pthread_mutex_trylock)(m); in INTERCEPTOR()301 INTERCEPT_FUNCTION(pthread_mutex_trylock); in InitializeInterceptors()
22 extern int pthread_mutex_trylock(pthread_mutex_t *);
25 if (pthread_mutex_trylock(&m) != EOWNERDEAD) { in main()
59 return (pthread_mutex_trylock(&os_lock_) == 0);
119 int res = pthread_mutex_trylock (&mMutex); in tryLock()
39 int rv = pthread_mutex_trylock(&native_handle_); in Try()
112 return (pthread_mutex_trylock((pthread_mutex_t*)mutex) == 0); in deMutex_tryLock()
109 int errorcode = pthread_mutex_trylock(mutex); in tryacquire()
60 if (pthread_mutex_trylock(&mutex_) != 0) in TryEnter()
39 … i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @pthread_mutex_trylock ; <i32 (%…90 define i32 @pthread_mutex_trylock(%struct.pthread_mutex_t*) {
71 return pthread_mutex_trylock(lock); in evthread_posix_lock()
71 int result = pthread_mutex_trylock(mutex); in TryLockNativeHandle()
79 static INLINE int pthread_mutex_trylock(pthread_mutex_t *const mutex) { in pthread_mutex_trylock() function
26 … i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @pthread_mutex_trylock ; <i32 (%…80 define i32 @pthread_mutex_trylock(%struct.pthread_mutex_t*) {
78 Thread #x's call to pthread_mutex_trylock failed81 by 0x........: pthread_mutex_trylock (hg_intercepts.c:...)
68 Thread #x's call to pthread_mutex_trylock failed71 by 0x........: pthread_mutex_trylock (hg_intercepts.c:...)