Home
last modified time | relevance | path

Searched refs:pthread_rwlock_timedrdlock (Results 1 – 25 of 31) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_rwlock_timedrdlock.c37 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()
Dpthread_rwlock_timedwrlock.c56 int rev = pthread_rwlock_timedrdlock(&rwlock, NULL); in pthread_rwlock_timedwrlock_0200()
Dtest_src_functionalext_supplement_thread.gni45 "pthread_rwlock_timedrdlock",
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
D5-1.c59 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in fn_rd_1()
104 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in fn_rd_2()
D2-1.c61 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in fn_rd()
D6-1.c95 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in th_fn()
D6-2.c104 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in th_fn()
D1-1.c64 rc = pthread_rwlock_timedrdlock(&rwlock, &timeout); in fn_rd()
D3-1.c72 rc = pthread_rwlock_timedrdlock(&rwlock, &timeout); in fn_rd()
/third_party/musl/compat/time32/
Dpthread_rwlock_timedrdlock_time32.c7 return pthread_rwlock_timedrdlock(rw, !ts32 ? 0 : (&(struct timespec){ in __pthread_rwlock_timedrdlock_time32()
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h125 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/
Dpthread.h132 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/
Dpthread.h132 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/
Dpthread.h132 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/
Dpthread.h279 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/
Dpthread.h226 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/
Dpthread_rwlock_timedrdlock.c41 weak_alias(__pthread_rwlock_timedrdlock, pthread_rwlock_timedrdlock);
/third_party/musl/src/thread/
Dpthread_rwlock_timedrdlock.c26 weak_alias(__pthread_rwlock_timedrdlock, pthread_rwlock_timedrdlock);
/third_party/musl/libc-test/src/common/
Dtest.h75 #define __pthread_rwlock_timedrdlock_time64 pthread_rwlock_timedrdlock
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.threads83 pthread_rwlock_timedrdlock YES LOW
/third_party/musl/libc-test/src/api/
Dpthread.c170 {int(*p)(pthread_rwlock_t*restrict,const struct timespec*restrict) = pthread_rwlock_timedrdlock;} in g()
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h177 #define pthread_rwlock_timedrdlock _pthread_rwlock_timedrdlock macro
/third_party/musl/porting/liteos_a/kernel/include/
Dpthread.h283 __REDIR(pthread_rwlock_timedrdlock, __pthread_rwlock_timedrdlock_time64);
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_rwlock_test.cpp248 RwlockHandleControl* rhc = new RwlockHandleControl(&pthread_rwlock_timedrdlock, CLOCK_REALTIME);
/third_party/musl/Benchmark/musl/
Dlibc_pthread.cpp354 pthread_rwlock_timedrdlock(&lock, &tout); in Bm_function_pthread_rwlock_timedrdlock()

12