Home
last modified time | relevance | path

Searched defs:__pthread_cond_timedwait (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/trusty/musl/src/thread/
Dpthread_cond_timedwait.c62 int __pthread_cond_timedwait(pthread_cond_t *restrict c, pthread_mutex_t *restrict m, const struct … in __pthread_cond_timedwait() function
/aosp_15_r20/external/musl/src/thread/
H A Dpthread_cond_timedwait.c62 int __pthread_cond_timedwait(pthread_cond_t *restrict c, pthread_mutex_t *restrict m, const struct … in __pthread_cond_timedwait() function
/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_cond.cpp184 static int __pthread_cond_timedwait(pthread_cond_internal_t* cond, pthread_mutex_t* mutex, in __pthread_cond_timedwait() function