Home
last modified time | relevance | path

Searched refs:pthread_rwlock_clockrdlock (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/include/
Dpthread.h237 int pthread_rwlock_clockrdlock(pthread_rwlock_t* __rwlock, clockid_t __clock,
/bionic/libc/bionic/
Dpthread_rwlock.cpp432 int pthread_rwlock_clockrdlock(pthread_rwlock_t* rwlock_interface, clockid_t clock, in pthread_rwlock_clockrdlock() function
/bionic/tests/
Dpthread_test.cpp1069 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/
Dstatus.md72 …* `pthread_cond_clockwait`/`pthread_mutex_clocklock`/`pthread_rwlock_clockrdlock`/`pthread_rwlock_…
/bionic/tools/versioner/platforms/
Dlibc.map.txt1504 pthread_rwlock_clockrdlock;
/bionic/libc/
Dlibc.map.txt1504 pthread_rwlock_clockrdlock;