Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A 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()
H A Dpthread_rwlock_timedwrlock.c56 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 D5-1.c7 * 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 D2-1.c7 * 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 D6-2.c6 * 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 D6-1.c6 * 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 D3-1.c7 * 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 D1-1.c7 * 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 Dpthread_rwlock_timedrdlock_time32.c7 return pthread_rwlock_timedrdlock(rw, !ts32 ? 0 : (&(struct timespec){ in __pthread_rwlock_timedrdlock_time32()
/third_party/musl/porting/uniproton/kernel/include/
H A 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/
H A 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/
H A 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/user/include/
H A 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/linux/user/src/thread/
H A Dpthread_rwlock_timedrdlock.c41 weak_alias(__pthread_rwlock_timedrdlock, pthread_rwlock_timedrdlock)
/third_party/musl/src/thread/
H A Dpthread_rwlock_timedrdlock.c26 weak_alias(__pthread_rwlock_timedrdlock, pthread_rwlock_timedrdlock);
/third_party/musl/porting/linux/user/include/
H A Dpthread.h241 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 Dpthread.h279 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 Dtest.h75 #define __pthread_rwlock_timedrdlock_time64 pthread_rwlock_timedrdlock
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h177 #define pthread_rwlock_timedrdlock _pthread_rwlock_timedrdlock macro
/third_party/musl/libc-test/src/api/
H A Dpthread.c170 {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 Dpthread.h283 __REDIR(pthread_rwlock_timedrdlock, __pthread_rwlock_timedrdlock_time64);
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_rwlock_test.cpp248 RwlockHandleControl* rhc = new RwlockHandleControl(&pthread_rwlock_timedrdlock, CLOCK_REALTIME); in HWTEST_F()
/third_party/musl/Benchmark/musl/
H A Dlibc_pthread.cpp354 pthread_rwlock_timedrdlock(&lock, &tout); in Bm_function_pthread_rwlock_timedrdlock()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1443 pub fn pthread_rwlock_timedrdlock( in pthread_rwlock_timedrdlock() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp18286 extern int pthread_rwlock_timedrdlock (pthread_rwlock_t *__restrict __rwlock,
[all...]

Completed in 60 milliseconds