Searched refs:pthread_cond_wait (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_cond_wait.c3 int pthread_cond_wait(pthread_cond_t* restrict c, pthread_mutex_t* restrict m) { function
/fuchsia/zircon/system/utest/core/pthread/
H A Dpthread.cpp84 pthread_cond_wait(&cond, &mutex);
86 pthread_cond_wait(&cond, &mutex);
96 pthread_cond_wait(&cond, &mutex);
98 pthread_cond_wait(&cond, &mutex);
108 pthread_cond_wait(&cond, &mutex);
110 pthread_cond_wait(&cond, &mutex);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dpthread.h108 int pthread_cond_wait(pthread_cond_t* __restrict, pthread_mutex_t* __restrict);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk67 $(LOCAL_DIR)/pthread/pthread_cond_wait.c \

Completed in 35 milliseconds