Lines Matching refs:__mutex

1628                                                                        pthread_mutex_t* __mutex,  in pthread_cond_timedwait_timeout_helper()  argument
1679 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
1680 return pthread_cond_clockwait(__cond, __mutex, CLOCK_MONOTONIC, __timeout); in TEST()
1684 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
1685 return pthread_cond_clockwait(__cond, __mutex, CLOCK_MONOTONIC, __timeout); in TEST()
1689 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
1690 return pthread_cond_clockwait(__cond, __mutex, CLOCK_REALTIME, __timeout); in TEST()
1694 [](pthread_cond_t* __cond, pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
1695 return pthread_cond_clockwait(__cond, __mutex, CLOCK_REALTIME, __timeout); in TEST()
2337 int (*lock_function)(pthread_mutex_t* __mutex, in pthread_mutex_timedlock_helper() argument
2382 CLOCK_MONOTONIC, [](pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
2383 return pthread_mutex_clocklock(__mutex, CLOCK_MONOTONIC, __timeout); in TEST()
2386 CLOCK_REALTIME, [](pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
2387 return pthread_mutex_clocklock(__mutex, CLOCK_REALTIME, __timeout); in TEST()
2395 int (*lock_function)(pthread_mutex_t* __mutex, in pthread_mutex_timedlock_pi_helper() argument
2406 int (*lock_function)(pthread_mutex_t* __mutex, const timespec* __timeout); in pthread_mutex_timedlock_pi_helper()
2448 CLOCK_MONOTONIC, [](pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
2449 return pthread_mutex_clocklock(__mutex, CLOCK_MONOTONIC, __timeout); in TEST()
2452 CLOCK_REALTIME, [](pthread_mutex_t* __mutex, const timespec* __timeout) { in TEST() argument
2453 return pthread_mutex_clocklock(__mutex, CLOCK_REALTIME, __timeout); in TEST()