Home
last modified time | relevance | path

Searched refs:pthread_cond_timedwait (Results 1 – 4 of 4) sorted by relevance

/third_party/ulib/musl/pthread/
A Dpthread_cond_wait.c4 return pthread_cond_timedwait(c, m, 0); in pthread_cond_wait()
A Dpthread_cond_timedwait.c33 int pthread_cond_timedwait(pthread_cond_t* restrict c, pthread_mutex_t* restrict m, in pthread_cond_timedwait() function
/third_party/ulib/musl/include/
A Dpthread.h109 int pthread_cond_timedwait(pthread_cond_t* __restrict, pthread_mutex_t* __restrict,
/third_party/ulib/musl/
A Dmusl-rules.mk66 $(LOCAL_DIR)/pthread/pthread_cond_timedwait.c \

Completed in 6 milliseconds