/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/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/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 724 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1339 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1327 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1388 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
|
/external/rust/crates/libc/src/unix/uclibc/ |
D | mod.rs | 1856 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2215 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2143 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 2902 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 4417 pub fn pthread_mutex_timedlock( in pthread_mutex_timedlock() function
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2599 fun:pthread_mutex_timedlock=uninstrumented
|