Home
last modified time | relevance | path

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

/trusty/user/base/lib/libc-trusty/
Dpthreads.c76 int pthread_cond_wait(pthread_cond_t* restrict cond, in pthread_cond_wait()
81 int pthread_cond_timedwait(pthread_cond_t* restrict cond, in pthread_cond_timedwait()
87 int pthread_cond_broadcast(pthread_cond_t* cond) { in pthread_cond_broadcast()
91 int pthread_cond_signal(pthread_cond_t* cond) { in pthread_cond_signal()