Home
last modified time | relevance | path

Searched refs:pthread_mutex_timedlock (Results 1 – 19 of 19) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/
Dcoverage.txt1 This document defines the coverage for the pthread_mutex_timedlock function:
D4-1.c84 ret = pthread_mutex_timedlock(&mutex, &timeout); in f1()
D5-3.c107 ret = pthread_mutex_timedlock(&mutex, &timeout); in f1()
D5-1.c100 ret = pthread_mutex_timedlock(&mutex, &timeout); in f1()
D5-2.c100 ret = pthread_mutex_timedlock(&mutex, &timeout); in f1()
D1-1.c123 if (pthread_mutex_timedlock(&mutex, &timeout) != ETIMEDOUT) { in f1()
D2-1.c136 if (pthread_mutex_timedlock(&mutex, &timeout) != ETIMEDOUT) { in f1()
/external/swiftshader/third_party/LLVM/test/Linker/
D2011-08-22-ResolveAlias.ll22 …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*)
D2011-08-22-ResolveAlias2.ll25 …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/
Dpitest-4.c192 rc = pthread_mutex_timedlock(&mutex1, &boost_time); in thread_tb1()
223 rc = pthread_mutex_timedlock(&mutex2, &boost_time); in thread_tb2()
Dpitest-2.c215 rc = pthread_mutex_timedlock(&mutex, &boost_time); in thread_tb1()
244 rc = pthread_mutex_timedlock(&mutex, &boost_time); in thread_tb2()
Dpitest-3.c225 rc = pthread_mutex_timedlock(&mutex1, &boost_time); in thread_tb1()
252 rc = pthread_mutex_timedlock(&mutex2, &boost_time); in thread_tb2()
Dpitest-1.c213 rc = pthread_mutex_timedlock(&mutex, &boost_time); in thread_tb()
Dpitest-6.c215 rc = pthread_mutex_timedlock(&mutex, &boost_time); in thread_tb()
/external/virglrenderer/src/gallium/include/c11/
Dthreads_posix.h218 rt = pthread_mutex_timedlock(mtx, &ts); in mtx_timedlock()
/external/mesa3d/include/c11/
Dthreads_posix.h242 rt = pthread_mutex_timedlock(mtx, ts); in mtx_timedlock()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
Dstress.c305 ret = pthread_mutex_timedlock(&(c->mtx), &ts); in timedlockthr()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1154 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/
Dlibc_ubuntu1404_abilist.txt2599 fun:pthread_mutex_timedlock=uninstrumented