Searched refs:pthread_cond_timedwait (Results 1 – 7 of 7) sorted by relevance
53 switch (pthread_cond_timedwait(cond, mtx, ts)) { in cnd_timedwait()
95 zassert_not_null(pthread_cond_timedwait); in ZTEST()
167 int pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *mut, const struct timespec *abstime) in pthread_cond_timedwait() function
87 #define pthread_cond_timedwait(...) zap_pthread_cond_timedwait(__VA_ARGS__) macro
107 int pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *mut,
579 pthread_cond_timedwait(),yes
775 * :github:`17812` - pthread_cond_timedwait interprets timeout wrong