D | pthread_test.cpp | 1629 pthread_mutex_t* __mutex, 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() 2338 int (*lock_function)(pthread_mutex_t* __mutex, in pthread_mutex_timedlock_helper() argument [all …]
|