Searched refs:pthread_rwlock_timedrdlock (Results 1 – 25 of 31) sorted by relevance
12
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_rwlock_timedrdlock.c | 37 rev = pthread_rwlock_timedrdlock(&rwlock, &ts); in pthread_rwlock_timedrdlock_0100() 56 int rev = pthread_rwlock_timedrdlock(&rwlock, NULL); in pthread_rwlock_timedrdlock_0200() 63 rev = pthread_rwlock_timedrdlock(&rwlock, &ts); in pthread_rwlock_timedrdlock_0200() 87 rev = pthread_rwlock_timedrdlock(&rwlock, &ts); in pthread_rwlock_timedrdlock_0300()
|
D | pthread_rwlock_timedwrlock.c | 56 int rev = pthread_rwlock_timedrdlock(&rwlock, NULL); in pthread_rwlock_timedwrlock_0200()
|
D | test_src_functionalext_supplement_thread.gni | 45 "pthread_rwlock_timedrdlock",
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
D | 5-1.c | 59 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in fn_rd_1() 104 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in fn_rd_2()
|
D | 2-1.c | 61 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in fn_rd()
|
D | 6-1.c | 95 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in th_fn()
|
D | 6-2.c | 104 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in th_fn()
|
D | 1-1.c | 64 rc = pthread_rwlock_timedrdlock(&rwlock, &timeout); in fn_rd()
|
D | 3-1.c | 72 rc = pthread_rwlock_timedrdlock(&rwlock, &timeout); in fn_rd()
|
/third_party/musl/compat/time32/ |
D | pthread_rwlock_timedrdlock_time32.c | 7 return pthread_rwlock_timedrdlock(rw, !ts32 ? 0 : (&(struct timespec){ in __pthread_rwlock_timedrdlock_time32()
|
/third_party/musl/porting/liteos_m/user/include/ |
D | pthread.h | 125 int pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict); 230 __REDIR(pthread_rwlock_timedrdlock, __pthread_rwlock_timedrdlock_time64);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 132 int pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict); 238 __REDIR(pthread_rwlock_timedrdlock, __pthread_rwlock_timedrdlock_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 132 int pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict); 238 __REDIR(pthread_rwlock_timedrdlock, __pthread_rwlock_timedrdlock_time64);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 132 int pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict); 238 __REDIR(pthread_rwlock_timedrdlock, __pthread_rwlock_timedrdlock_time64);
|
/third_party/musl/include/ |
D | pthread.h | 279 int pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict); 385 __REDIR(pthread_rwlock_timedrdlock, __pthread_rwlock_timedrdlock_time64);
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 226 int pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict); 396 __REDIR(pthread_rwlock_timedrdlock, __pthread_rwlock_timedrdlock_time64);
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_rwlock_timedrdlock.c | 41 weak_alias(__pthread_rwlock_timedrdlock, pthread_rwlock_timedrdlock);
|
/third_party/musl/src/thread/ |
D | pthread_rwlock_timedrdlock.c | 26 weak_alias(__pthread_rwlock_timedrdlock, pthread_rwlock_timedrdlock);
|
/third_party/musl/libc-test/src/common/ |
D | test.h | 75 #define __pthread_rwlock_timedrdlock_time64 pthread_rwlock_timedrdlock
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.threads | 83 pthread_rwlock_timedrdlock YES LOW
|
/third_party/musl/libc-test/src/api/ |
D | pthread.c | 170 {int(*p)(pthread_rwlock_t*restrict,const struct timespec*restrict) = pthread_rwlock_timedrdlock;} in g()
|
/third_party/FreeBSD/lib/libc/include/ |
D | namespace.h | 177 #define pthread_rwlock_timedrdlock _pthread_rwlock_timedrdlock macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | pthread.h | 283 __REDIR(pthread_rwlock_timedrdlock, __pthread_rwlock_timedrdlock_time64);
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
D | thread_rwlock_test.cpp | 248 RwlockHandleControl* rhc = new RwlockHandleControl(&pthread_rwlock_timedrdlock, CLOCK_REALTIME);
|
/third_party/musl/Benchmark/musl/ |
D | libc_pthread.cpp | 354 pthread_rwlock_timedrdlock(&lock, &tout); in Bm_function_pthread_rwlock_timedrdlock()
|
12