Searched defs:__timeout (Results 1 – 3 of 3) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | recvmsg.cpp | 78 const struct timespec* __timeout) { in recvmmsg()
|
/aosp12/bionic/libc/include/bits/ |
H A D | threads_inlines.h | 76 const struct timespec* __timeout) { in cnd_timedwait() 108 const struct timespec* __timeout) { in mtx_timedlock()
|
/aosp12/bionic/tests/ |
H A D | pthread_test.cpp | 1141 CLOCK_MONOTONIC, [](pthread_rwlock_t* __rwlock, const timespec* __timeout) { in TEST() 1152 CLOCK_REALTIME, [](pthread_rwlock_t* __rwlock, const timespec* __timeout) { in TEST() 1209 CLOCK_MONOTONIC, [](pthread_rwlock_t* __rwlock, const timespec* __timeout) { in TEST() 1220 CLOCK_REALTIME, [](pthread_rwlock_t* __rwlock, const timespec* __timeout) { in TEST() 1679 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() 1684 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() 1689 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() 2382 CLOCK_MONOTONIC, [](pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() 2386 CLOCK_REALTIME, [](pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() 2448 CLOCK_MONOTONIC, [](pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() [all …]
|