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