• Home
  • Raw
  • Download

Lines Matching refs:__timeout

1104     clockid_t clock, int (*lock_function)(pthread_rwlock_t* __rwlock, const timespec* __timeout)) {  in pthread_rwlock_timedrdlock_timeout_helper()  argument
1142 CLOCK_MONOTONIC, [](pthread_rwlock_t* __rwlock, const timespec* __timeout) { in TEST() argument
1143 return pthread_rwlock_clockrdlock(__rwlock, CLOCK_MONOTONIC, __timeout); in TEST()
1153 CLOCK_REALTIME, [](pthread_rwlock_t* __rwlock, const timespec* __timeout) { in TEST() argument
1154 return pthread_rwlock_clockrdlock(__rwlock, CLOCK_REALTIME, __timeout); in TEST()
1172 clockid_t clock, int (*lock_function)(pthread_rwlock_t* __rwlock, const timespec* __timeout)) { in pthread_rwlock_timedwrlock_timeout_helper() argument
1210 CLOCK_MONOTONIC, [](pthread_rwlock_t* __rwlock, const timespec* __timeout) { in TEST() argument
1211 return pthread_rwlock_clockwrlock(__rwlock, CLOCK_MONOTONIC, __timeout); in TEST()
1221 CLOCK_REALTIME, [](pthread_rwlock_t* __rwlock, const timespec* __timeout) { in TEST() argument
1222 return pthread_rwlock_clockwrlock(__rwlock, CLOCK_REALTIME, __timeout); in TEST()
1630 const timespec* __timeout)) { in pthread_cond_timedwait_timeout_helper() argument
1680 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
1681 return pthread_cond_clockwait(__cond, __mutex, CLOCK_MONOTONIC, __timeout); in TEST()
1685 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
1686 return pthread_cond_clockwait(__cond, __mutex, CLOCK_MONOTONIC, __timeout); in TEST()
1690 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
1691 return pthread_cond_clockwait(__cond, __mutex, CLOCK_REALTIME, __timeout); in TEST()
1695 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
1696 return pthread_cond_clockwait(__cond, __mutex, CLOCK_REALTIME, __timeout); in TEST()
2339 const timespec* __timeout)) { in pthread_mutex_timedlock_helper() argument
2383 CLOCK_MONOTONIC, [](pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
2384 return pthread_mutex_clocklock(__mutex, CLOCK_MONOTONIC, __timeout); in TEST()
2387 CLOCK_REALTIME, [](pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
2388 return pthread_mutex_clocklock(__mutex, CLOCK_REALTIME, __timeout); in TEST()
2397 const timespec* __timeout)) { in pthread_mutex_timedlock_pi_helper() argument
2407 int (*lock_function)(pthread_mutex_t* __mutex, const timespec* __timeout); in pthread_mutex_timedlock_pi_helper()
2449 CLOCK_MONOTONIC, [](pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
2450 return pthread_mutex_clocklock(__mutex, CLOCK_MONOTONIC, __timeout); in TEST()
2453 CLOCK_REALTIME, [](pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
2454 return pthread_mutex_clocklock(__mutex, CLOCK_REALTIME, __timeout); in TEST()