• Home
  • Raw
  • Download

Lines Matching refs:__timeout

1132     clockid_t clock, int (*lock_function)(pthread_rwlock_t* __rwlock, const timespec* __timeout)) {  in pthread_rwlock_timedrdlock_timeout_helper()  argument
1170 CLOCK_MONOTONIC, [](pthread_rwlock_t* __rwlock, const timespec* __timeout) { in TEST() argument
1171 return pthread_rwlock_clockrdlock(__rwlock, CLOCK_MONOTONIC, __timeout); in TEST()
1181 CLOCK_REALTIME, [](pthread_rwlock_t* __rwlock, const timespec* __timeout) { in TEST() argument
1182 return pthread_rwlock_clockrdlock(__rwlock, CLOCK_REALTIME, __timeout); in TEST()
1200 clockid_t clock, int (*lock_function)(pthread_rwlock_t* __rwlock, const timespec* __timeout)) { in pthread_rwlock_timedwrlock_timeout_helper() argument
1238 CLOCK_MONOTONIC, [](pthread_rwlock_t* __rwlock, const timespec* __timeout) { in TEST() argument
1239 return pthread_rwlock_clockwrlock(__rwlock, CLOCK_MONOTONIC, __timeout); in TEST()
1249 CLOCK_REALTIME, [](pthread_rwlock_t* __rwlock, const timespec* __timeout) { in TEST() argument
1250 return pthread_rwlock_clockwrlock(__rwlock, CLOCK_REALTIME, __timeout); in TEST()
1669 const timespec* __timeout)) { in pthread_cond_timedwait_timeout_helper() argument
1719 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
1720 return pthread_cond_clockwait(__cond, __mutex, CLOCK_MONOTONIC, __timeout); in TEST()
1724 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
1725 return pthread_cond_clockwait(__cond, __mutex, CLOCK_MONOTONIC, __timeout); in TEST()
1729 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
1730 return pthread_cond_clockwait(__cond, __mutex, CLOCK_REALTIME, __timeout); in TEST()
1734 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
1735 return pthread_cond_clockwait(__cond, __mutex, CLOCK_REALTIME, __timeout); in TEST()
2382 const timespec* __timeout)) { in pthread_mutex_timedlock_helper() argument
2426 CLOCK_MONOTONIC, [](pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
2427 return pthread_mutex_clocklock(__mutex, CLOCK_MONOTONIC, __timeout); in TEST()
2430 CLOCK_REALTIME, [](pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
2431 return pthread_mutex_clocklock(__mutex, CLOCK_REALTIME, __timeout); in TEST()
2440 const timespec* __timeout)) { in pthread_mutex_timedlock_pi_helper() argument
2450 int (*lock_function)(pthread_mutex_t* __mutex, const timespec* __timeout); in pthread_mutex_timedlock_pi_helper()
2492 CLOCK_MONOTONIC, [](pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
2493 return pthread_mutex_clocklock(__mutex, CLOCK_MONOTONIC, __timeout); in TEST()
2496 CLOCK_REALTIME, [](pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
2497 return pthread_mutex_clocklock(__mutex, CLOCK_REALTIME, __timeout); in TEST()