/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A 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()
|
H A D | pthread_rwlock_timedwrlock.c | 56 int rev = pthread_rwlock_timedrdlock(&rwlock, NULL); in pthread_rwlock_timedwrlock_0200()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
H A D | 5-1.c | 7 * Test that pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock) 15 * 2. Child thread lock 'rwlock' for reading with pthread_rwlock_timedrdlock(), 19 * 4. The child thread lock 'rwlock' for reading, with pthread_rwlock_timedrdlock(), 21 * 5. The thread call pthread_rwlock_timedrdlock(). Should _NOT_ get ETIMEDOUT. 59 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in fn_rd_1() 72 printf("thread1: Error in pthread_rwlock_timedrdlock().\n"); in fn_rd_1() 104 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in fn_rd_2() 117 printf("thread2: Error in pthread_rwlock_timedrdlock().\n"); in fn_rd_2()
|
H A D | 2-1.c | 7 * Test that pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock) 19 * 4. The thread lock 'rwlock' for reading, using pthread_rwlock_timedrdlock(). Should 61 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in fn_rd() 75 ("Error in pthread_rwlock_timedrdlock(), error code:%d.\n", in fn_rd()
|
H A D | 6-2.c | 6 * Test pthread_rwlock_timedrdlock(pthread_rwlock_t * rwlock) 9 * a thread blocked on a read-write lock via a call to pthread_rwlock_timedrdlock(), 20 * for a period that the specified 'timeout' for pthread_rwlock_timedrdlock() 104 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in th_fn() 112 printf("Error at pthread_rwlock_timedrdlock()\n"); in th_fn()
|
H A D | 6-1.c | 6 * Test pthread_rwlock_timedrdlock(pthread_rwlock_t * rwlock) 9 * a thread blocked on a read-write lock via a call to pthread_rwlock_timedrdlock(), 95 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in th_fn()
|
H A D | 3-1.c | 7 * Test that pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock) 18 * using pthread_rwlock_timedrdlock(), should get read lock. Thread unlocks 'rwlock'. 22 * using pthread_rwlock_timedrdlock, should block 72 rc = pthread_rwlock_timedrdlock(&rwlock, &timeout); in fn_rd() 83 ("Error: thread: in pthread_rwlock_timedrdlock(), return code:%d\n", in fn_rd() 88 /* Get time after the pthread_rwlock_timedrdlock() call. */ in fn_rd() 138 ("Test FAILED: rd_thread1 blocked on pthread_rwlock_timedrdlock()\n"); in main()
|
H A D | 1-1.c | 7 * Test that pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock) 18 * using pthread_rwlock_timedrdlock(), should get read lock. Thread unlocks 'rwlock'. 22 * using pthread_rwlock_timedrdlock, should block 64 rc = pthread_rwlock_timedrdlock(&rwlock, &timeout); in fn_rd() 75 ("Error: thread: in pthread_rwlock_timedrdlock(), return code:%d\n", in fn_rd() 80 /* Get time after the pthread_rwlock_timedrdlock() call. */ in fn_rd() 124 ("Test FAILED: rd_thread1 blocked on pthread_rwlock_timedrdlock()\n"); in main()
|
/third_party/musl/compat/time32/ |
H A 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/uniproton/kernel/include/ |
H A 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/ |
H A 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/ |
H A 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/user/include/ |
H A 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/linux/user/src/thread/ |
H A D | pthread_rwlock_timedrdlock.c | 41 weak_alias(__pthread_rwlock_timedrdlock, pthread_rwlock_timedrdlock)
|
/third_party/musl/src/thread/ |
H A D | pthread_rwlock_timedrdlock.c | 26 weak_alias(__pthread_rwlock_timedrdlock, pthread_rwlock_timedrdlock);
|
/third_party/musl/porting/linux/user/include/ |
H A D | pthread.h | 241 int pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict); 411 __REDIR(pthread_rwlock_timedrdlock, __pthread_rwlock_timedrdlock_time64);
|
/third_party/musl/include/ |
H A D | pthread.h | 279 int pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict); 386 __REDIR(pthread_rwlock_timedrdlock, __pthread_rwlock_timedrdlock_time64);
|
/third_party/musl/libc-test/src/common/ |
H A D | test.h | 75 #define __pthread_rwlock_timedrdlock_time64 pthread_rwlock_timedrdlock
|
/third_party/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 177 #define pthread_rwlock_timedrdlock _pthread_rwlock_timedrdlock
macro
|
/third_party/musl/libc-test/src/api/ |
H A D | pthread.c | 170 {int(*p)(pthread_rwlock_t*restrict,const struct timespec*restrict) = pthread_rwlock_timedrdlock;} in g()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | pthread.h | 283 __REDIR(pthread_rwlock_timedrdlock, __pthread_rwlock_timedrdlock_time64);
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_rwlock_test.cpp | 248 RwlockHandleControl* rhc = new RwlockHandleControl(&pthread_rwlock_timedrdlock, CLOCK_REALTIME); in HWTEST_F()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_pthread.cpp | 354 pthread_rwlock_timedrdlock(&lock, &tout); in Bm_function_pthread_rwlock_timedrdlock()
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1443 pub fn pthread_rwlock_timedrdlock( in pthread_rwlock_timedrdlock() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 18286 extern int pthread_rwlock_timedrdlock (pthread_rwlock_t *__restrict __rwlock, [all...] |