Home
last modified time | relevance | path

Searched refs:pthread_mutex_timedlock (Results 1 – 21 of 21) 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/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/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs724 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs1339 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1327 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1388 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
/external/rust/crates/libc/src/unix/uclibc/
Dmod.rs1856 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2215 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs2143 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2902 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs4417 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2599 fun:pthread_mutex_timedlock=uninstrumented