Searched refs:pthread_rwlock_timedwrlock (Results 1 – 25 of 33) sorted by relevance
12
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_rwlock_timedwrlock.c | 37 rev = pthread_rwlock_timedwrlock(&rwlock, &ts); in pthread_rwlock_timedwrlock_0100() 63 rev = pthread_rwlock_timedwrlock(&rwlock, &ts); in pthread_rwlock_timedwrlock_0200() 80 int rev = pthread_rwlock_timedwrlock(&rwlock, NULL); in pthread_rwlock_timedwrlock_0300() 87 rev = pthread_rwlock_timedwrlock(&rwlock, &ts); in pthread_rwlock_timedwrlock_0300()
|
D | test_src_functionalext_supplement_thread.gni | 46 "pthread_rwlock_timedwrlock",
|
D | pthread_rwlock_timedrdlock.c | 80 int rev = pthread_rwlock_timedwrlock(&rwlock, NULL); in pthread_rwlock_timedrdlock_0300()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
D | 5-1.c | 66 rc = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout); in fn_wr_1() 110 rc = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout); in fn_wr_2()
|
D | coverage.txt | 1 This document defines the coverage for the pthread_rwlock_timedwrlock() function:
|
D | 2-1.c | 67 rc = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout); in fn()
|
D | 6-1.c | 94 rc = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout); in th_fn()
|
D | 6-2.c | 104 rc = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout); in th_fn()
|
D | 1-1.c | 67 rc = pthread_rwlock_timedwrlock(&rwlock, &timeout); in fn_wr()
|
D | 3-1.c | 77 rc = pthread_rwlock_timedwrlock(&rwlock, &timeout); in fn_wr()
|
/third_party/musl/compat/time32/ |
D | pthread_rwlock_timedwrlock_time32.c | 7 return pthread_rwlock_timedwrlock(rw, !ts32 ? 0 : (&(struct timespec){ in __pthread_rwlock_timedwrlock_time32()
|
/third_party/musl/porting/liteos_m/user/include/ |
D | pthread.h | 128 int pthread_rwlock_timedwrlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict); 231 __REDIR(pthread_rwlock_timedwrlock, __pthread_rwlock_timedwrlock_time64);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 135 int pthread_rwlock_timedwrlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict); 239 __REDIR(pthread_rwlock_timedwrlock, __pthread_rwlock_timedwrlock_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 135 int pthread_rwlock_timedwrlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict); 239 __REDIR(pthread_rwlock_timedwrlock, __pthread_rwlock_timedwrlock_time64);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 135 int pthread_rwlock_timedwrlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict); 239 __REDIR(pthread_rwlock_timedwrlock, __pthread_rwlock_timedwrlock_time64);
|
/third_party/musl/include/ |
D | pthread.h | 282 int pthread_rwlock_timedwrlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict); 386 __REDIR(pthread_rwlock_timedwrlock, __pthread_rwlock_timedwrlock_time64);
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict); 397 __REDIR(pthread_rwlock_timedwrlock, __pthread_rwlock_timedwrlock_time64);
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_rwlock_timedwrlock.c | 44 weak_alias(__pthread_rwlock_timedwrlock, pthread_rwlock_timedwrlock);
|
/third_party/musl/src/thread/ |
D | pthread_rwlock_timedwrlock.c | 29 weak_alias(__pthread_rwlock_timedwrlock, pthread_rwlock_timedwrlock);
|
/third_party/musl/libc-test/src/common/ |
D | test.h | 76 #define __pthread_rwlock_timedwrlock_time64 pthread_rwlock_timedwrlock
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.threads | 84 pthread_rwlock_timedwrlock YES LOW
|
/third_party/musl/libc-test/src/api/ |
D | pthread.c | 171 {int(*p)(pthread_rwlock_t*restrict,const struct timespec*restrict) = pthread_rwlock_timedwrlock;} in g()
|
/third_party/FreeBSD/lib/libc/include/ |
D | namespace.h | 178 #define pthread_rwlock_timedwrlock _pthread_rwlock_timedwrlock macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | pthread.h | 284 __REDIR(pthread_rwlock_timedwrlock, __pthread_rwlock_timedwrlock_time64);
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
D | thread_rwlock_test.cpp | 152 …new RwlockHandleControl([&](pthread_rwlock_t* rwlock) { return pthread_rwlock_timedwrlock(rwlock, … in __anonc41339e80102()
|
12