Home
last modified time | relevance | path

Searched refs:___pthread_cond_timedwait (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/nptl/
Dpthread_cond_wait.c647 strong_alias (___pthread_cond_timedwait64, ___pthread_cond_timedwait)
653 ___pthread_cond_timedwait (pthread_cond_t *cond, pthread_mutex_t *mutex,
661 versioned_symbol (libc, ___pthread_cond_timedwait,
663 libc_hidden_ver (___pthread_cond_timedwait, __pthread_cond_timedwait) in libc_hidden_ver() argument
665 strong_alias (___pthread_cond_timedwait, __pthread_cond_timedwait) in libc_hidden_ver()
/glibc-2.36/ChangeLog.old/
DChangeLog.2323404 [__TIMESIZE != 64](___pthread_cond_timedwait): New function.