Searched refs:pthread_rwlock_clockrdlock (Results 1 – 6 of 6) sorted by relevance
/aosp12/bionic/libc/include/ |
H A D | pthread.h | 237 int pthread_rwlock_clockrdlock(pthread_rwlock_t* __rwlock, clockid_t __clock,
|
/aosp12/bionic/libc/bionic/ |
H A D | pthread_rwlock.cpp | 432 int pthread_rwlock_clockrdlock(pthread_rwlock_t* rwlock_interface, clockid_t clock, in pthread_rwlock_clockrdlock() function
|
/aosp12/bionic/tests/ |
H A D | pthread_test.cpp | 1065 return pthread_rwlock_clockrdlock(lock, CLOCK_MONOTONIC, &ts); in TEST() 1071 return pthread_rwlock_clockrdlock(lock, CLOCK_REALTIME, &ts); in TEST() 1142 return pthread_rwlock_clockrdlock(__rwlock, CLOCK_MONOTONIC, __timeout); in TEST() 1153 return pthread_rwlock_clockrdlock(__rwlock, CLOCK_REALTIME, __timeout); in TEST() 1164 EXPECT_EQ(EINVAL, pthread_rwlock_clockrdlock(&lock, CLOCK_PROCESS_CPUTIME_ID, &ts)); in TEST()
|
/aosp12/bionic/docs/ |
H A D | status.md | 57 …* `pthread_cond_clockwait`/`pthread_mutex_clocklock`/`pthread_rwlock_clockrdlock`/`pthread_rwlock_…
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1504 pthread_rwlock_clockrdlock;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1504 pthread_rwlock_clockrdlock;
|