Home
last modified time | relevance | path

Searched defs:__timeout (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Drecvmsg.cpp78 const struct timespec* __timeout) { in recvmmsg()
/bionic/libc/include/bits/
Dthreads_inlines.h76 const struct timespec* _Nullable __timeout) { in cnd_timedwait()
107 const struct timespec* _Nullable __timeout) { in mtx_timedlock()
/bionic/tests/
Dpthread_test.cpp1133 clockid_t clock, int (*lock_function)(pthread_rwlock_t* __rwlock, const timespec* __timeout)) { in pthread_rwlock_timedrdlock_timeout_helper()
1171 CLOCK_MONOTONIC, [](pthread_rwlock_t* __rwlock, const timespec* __timeout) { in TEST()
1182 CLOCK_REALTIME, [](pthread_rwlock_t* __rwlock, const timespec* __timeout) { in TEST()
1201 clockid_t clock, int (*lock_function)(pthread_rwlock_t* __rwlock, const timespec* __timeout)) { in pthread_rwlock_timedwrlock_timeout_helper()
1239 CLOCK_MONOTONIC, [](pthread_rwlock_t* __rwlock, const timespec* __timeout) { in TEST()
1250 CLOCK_REALTIME, [](pthread_rwlock_t* __rwlock, const timespec* __timeout) { in TEST()
1709 const timespec* __timeout)) { in pthread_cond_timedwait_timeout_helper()
1759 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST()
1764 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST()
1769 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST()
[all …]