Searched refs:pthread_rwlock_clockrdlock (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/libc-test/src/functionalext/thread/ |
H A D | pthread_rwlock_rdlock.c | 36 TEST(pthread_rwlock_clockrdlock(&g_rwlock1, CLOCK_REALTIME, &ts) == 0); in PthreadClockRdlockNoOutRealTimeR2() 43 * @tc.desc : test pthread_rwlock_clockrdlock with no timeout by CLOCK_REALTIME , write - read 78 TEST(pthread_rwlock_clockrdlock(&g_rwlock2, CLOCK_REALTIME, &ts) == ETIMEDOUT); in PthreadClockRdlockOutRealTimeR2() 87 * @tc.desc : test pthread_rwlock_clockrdlock with timeout by CLOCK_REALTIME, write - read 121 TEST(pthread_rwlock_clockrdlock(&g_rwlock3, CLOCK_MONOTONIC, &ts) == 0); in PthreadClockRdlockNoOutMonoTimeR2() 128 * @tc.desc : test pthread_rwlock_clockrdlock with no timeout by CLOCK_MONOTONIC , write - read 163 TEST(pthread_rwlock_clockrdlock(&g_rwlock4, CLOCK_MONOTONIC, &ts) == ETIMEDOUT); in PthreadClockRdlockOutMonoTimeR2() 172 * @tc.desc : test pthread_rwlock_clockrdlock with timeout by CLOCK_MONOTONIC, write - read
|
/third_party/musl/src/thread/ |
H A D | pthread_rwlock_clockrdlock.c | 18 int pthread_rwlock_clockrdlock(pthread_rwlock_t *rw, clockid_t clock_id, const struct timespec *at) in pthread_rwlock_clockrdlock() function
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_rwlock_clockrdlock.c | 18 int pthread_rwlock_clockrdlock(pthread_rwlock_t *rw, clockid_t clock_id, const struct timespec *at) in pthread_rwlock_clockrdlock() function
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_rwlock_test.cpp | 299 return pthread_rwlock_clockrdlock(__rwlock, CLOCK_MONOTONIC, __timeout); in HWTEST_F() 319 return pthread_rwlock_clockrdlock(__rwlock, CLOCK_REALTIME, __timeout); in HWTEST_F() 336 EXPECT_EQ(EINVAL, pthread_rwlock_clockrdlock(&rwlock, CLOCK_THREAD_CPUTIME_ID, ×)); in HWTEST_F()
|
/third_party/musl/porting/linux/user/include/ |
H A D | pthread.h | 257 int pthread_rwlock_clockrdlock(pthread_rwlock_t *__restrict, clockid_t, const struct timespec *__restrict);
|
/third_party/musl/include/ |
H A D | pthread.h | 216 int pthread_rwlock_clockrdlock(pthread_rwlock_t *__restrict, clockid_t, const struct timespec *__restrict);
|
Completed in 6 milliseconds