Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_rwlock_timedwrlock.c37 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()
H A Dpthread_rwlock_timedrdlock.c80 int rev = pthread_rwlock_timedwrlock(&rwlock, NULL); in pthread_rwlock_timedrdlock_0300()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
H A D5-1.c7 * Test that pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock)
15 * 2. Child thread lock 'rwlock' for writing with pthread_rwlock_timedwrlock(),
19 * 5. The child thread lock 'rwlock' for write, with pthread_rwlock_timedwrlock(),
21 * 6. The thread call pthread_rwlock_timedwrlock(). Should not get ETIMEDOUT.
66 rc = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout); in fn_wr_1()
79 printf("thread1: Error in pthread_rwlock_timedwrlock().\n"); in fn_wr_1()
110 rc = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout); in fn_wr_2()
123 printf("thread2: Error in pthread_rwlock_timedwrlock().\n"); in fn_wr_2()
H A D2-1.c7 * Test that pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock)
20 * 4. The thread locks 'rwlock' for writing, using pthread_rwlock_timedwrlock(). Should
67 rc = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout); in fn()
82 ("Error in pthread_rwlock_timedwrlock(), error code:%d.\n", in fn()
H A D6-2.c6 * Test pthread_rwlock_timedwrlock(pthread_rwlock_t * rwlock)
9 * a thread blocked on a read-write lock via a call to pthread_rwlock_timedwrlock(),
20 * for a period that the specified 'timeout' for pthread_rwlock_timedwrlock()
104 rc = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout); in th_fn()
112 printf("Error %d at pthread_rwlock_timedwrlock()\n", rc); in th_fn()
H A D6-1.c6 * Test pthread_rwlock_timedwrlock(pthread_rwlock_t * rwlock)
9 * a thread blocked on a read-write lock via a call to pthread_rwlock_timedwrlock(),
94 rc = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout); in th_fn()
96 printf("sig_thread: pthread_rwlock_timedwrlock returns %d\n", in th_fn()
H A D3-1.c7 * Test that pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock)
9 * pthread_rwlock_timedwrlock() function shall apply a write lock to the
17 * 3. Thread0 does pthread_rwlock_timedwrlock(), should get the lock successfully then unlock.
20 * using pthread_rwlock_timedwrlock(), should block, but when the timer expires,
24 * 8. Create child thread to lock 'rwlock' for writing, using pthread_rwlock_timedwrlock,
77 rc = pthread_rwlock_timedwrlock(&rwlock, &timeout); in fn_wr()
H A D1-1.c7 * Test that pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock)
9 * pthread_rwlock_timedwrlock() function shall apply a write lock to the
17 * 3. Thread0 does pthread_rwlock_timedwrlock(), should get the lock successfully then unlock.
20 * using pthread_rwlock_timedwrlock(), should block, but when the timer expires,
24 * 8. Create child thread to lock 'rwlock' for writing, using pthread_rwlock_timedwrlock,
67 rc = pthread_rwlock_timedwrlock(&rwlock, &timeout); in fn_wr()
/third_party/musl/compat/time32/
H A Dpthread_rwlock_timedwrlock_time32.c7 return pthread_rwlock_timedwrlock(rw, !ts32 ? 0 : (&(struct timespec){ in __pthread_rwlock_timedwrlock_time32()
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h135 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/
H A Dpthread.h135 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/
H A Dpthread.h135 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/user/include/
H A Dpthread.h128 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/linux/user/src/thread/
H A Dpthread_rwlock_timedwrlock.c44 weak_alias(__pthread_rwlock_timedwrlock, pthread_rwlock_timedwrlock);
/third_party/musl/src/thread/
H A Dpthread_rwlock_timedwrlock.c29 weak_alias(__pthread_rwlock_timedwrlock, pthread_rwlock_timedwrlock);
/third_party/musl/porting/linux/user/include/
H A Dpthread.h275 int pthread_rwlock_timedwrlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
412 __REDIR(pthread_rwlock_timedwrlock, __pthread_rwlock_timedwrlock_time64);
/third_party/musl/include/
H A Dpthread.h282 int pthread_rwlock_timedwrlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
387 __REDIR(pthread_rwlock_timedwrlock, __pthread_rwlock_timedwrlock_time64);
/third_party/musl/libc-test/src/common/
H A Dtest.h76 #define __pthread_rwlock_timedwrlock_time64 pthread_rwlock_timedwrlock
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h178 #define pthread_rwlock_timedwrlock _pthread_rwlock_timedwrlock macro
/third_party/musl/libc-test/src/api/
H A Dpthread.c171 {int(*p)(pthread_rwlock_t*restrict,const struct timespec*restrict) = pthread_rwlock_timedwrlock;} in g()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpthread.h284 __REDIR(pthread_rwlock_timedwrlock, __pthread_rwlock_timedwrlock_time64);
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_rwlock_test.cpp152 new RwlockHandleControl([&](pthread_rwlock_t* rwlock) { return pthread_rwlock_timedwrlock(rwlock, &times); }); in HWTEST_F()
/third_party/musl/Benchmark/musl/
H A Dlibc_pthread.cpp372 pthread_rwlock_timedwrlock(&lock, &tout); in Bm_function_pthread_rwlock_timedwrlock()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1455 pub fn pthread_rwlock_timedwrlock( in pthread_rwlock_timedwrlock() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp18301 extern int pthread_rwlock_timedwrlock (pthread_rwlock_t *__restrict __rwlock,
[all...]

Completed in 37 milliseconds