Searched refs:pthread_mutex_timedlock (Results 1 – 19 of 19) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_mutex_timedlock function:
|
D | 4-1.c | 84 ret = pthread_mutex_timedlock(&mutex, &timeout); in f1()
|
D | 5-3.c | 107 ret = pthread_mutex_timedlock(&mutex, &timeout); in f1()
|
D | 5-1.c | 100 ret = pthread_mutex_timedlock(&mutex, &timeout); in f1()
|
D | 5-2.c | 100 ret = pthread_mutex_timedlock(&mutex, &timeout); in f1()
|
D | 1-1.c | 123 if (pthread_mutex_timedlock(&mutex, &timeout) != ETIMEDOUT) { in f1()
|
D | 2-1.c | 136 if (pthread_mutex_timedlock(&mutex, &timeout) != ETIMEDOUT) { in f1()
|
/external/swiftshader/third_party/LLVM/test/Linker/ |
D | 2011-08-22-ResolveAlias.ll | 22 …PK8timespec = alias weak i32 (%union.pthread_mutex_t*, %struct.timespec*)* @pthread_mutex_timedlock 61 declare extern_weak i32 @pthread_mutex_timedlock(%union.pthread_mutex_t*, %struct.timespec*)
|
D | 2011-08-22-ResolveAlias2.ll | 25 …PK8timespec = alias weak i32 (%union.pthread_mutex_t*, %struct.timespec*)* @pthread_mutex_timedlock 66 declare extern_weak i32 @pthread_mutex_timedlock(%union.pthread_mutex_t*, %struct.timespec*)
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
D | pitest-4.c | 192 rc = pthread_mutex_timedlock(&mutex1, &boost_time); in thread_tb1() 223 rc = pthread_mutex_timedlock(&mutex2, &boost_time); in thread_tb2()
|
D | pitest-2.c | 215 rc = pthread_mutex_timedlock(&mutex, &boost_time); in thread_tb1() 244 rc = pthread_mutex_timedlock(&mutex, &boost_time); in thread_tb2()
|
D | pitest-3.c | 225 rc = pthread_mutex_timedlock(&mutex1, &boost_time); in thread_tb1() 252 rc = pthread_mutex_timedlock(&mutex2, &boost_time); in thread_tb2()
|
D | pitest-1.c | 213 rc = pthread_mutex_timedlock(&mutex, &boost_time); in thread_tb()
|
D | pitest-6.c | 215 rc = pthread_mutex_timedlock(&mutex, &boost_time); in thread_tb()
|
/external/virglrenderer/src/gallium/include/c11/ |
D | threads_posix.h | 218 rt = pthread_mutex_timedlock(mtx, &ts); in mtx_timedlock()
|
/external/mesa3d/include/c11/ |
D | threads_posix.h | 242 rt = pthread_mutex_timedlock(mtx, ts); in mtx_timedlock()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
D | stress.c | 305 ret = pthread_mutex_timedlock(&(c->mtx), &ts); in timedlockthr()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1154 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument 1155 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_timedlock, m, abstime); in TSAN_INTERCEPTOR() 1156 int res = REAL(pthread_mutex_timedlock)(m, abstime); in TSAN_INTERCEPTOR() 2492 TSAN_INTERCEPT(pthread_mutex_timedlock); in InitializeInterceptors()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2599 fun:pthread_mutex_timedlock=uninstrumented
|