D | pthread_test.cpp | 1708 pthread_mutex_t* __mutex, in pthread_cond_timedwait_timeout_helper() argument 1759 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument 1760 return pthread_cond_clockwait(__cond, __mutex, CLOCK_MONOTONIC, __timeout); in TEST() 1764 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument 1765 return pthread_cond_clockwait(__cond, __mutex, CLOCK_MONOTONIC, __timeout); in TEST() 1769 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument 1770 return pthread_cond_clockwait(__cond, __mutex, CLOCK_REALTIME, __timeout); in TEST() 1774 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument 1775 return pthread_cond_clockwait(__cond, __mutex, CLOCK_REALTIME, __timeout); in TEST() 2421 int (*lock_function)(pthread_mutex_t* __mutex, in pthread_mutex_timedlock_helper() argument [all …]
|