Home
last modified time | relevance | path

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

/lib/libc/posix/
Dpthread.c319 struct pthread_cond { struct
328 struct pthread_cond *cnd = (struct pthread_cond *)malloc(sizeof(*cnd)); in pthread_cond_init() argument
346 struct pthread_cond *cnd = *cond; in pthread_cond_destroy()
358 struct pthread_cond *cnd; in pthread_cond_wait()
398 struct pthread_cond *cnd; in pthread_cond_timedwait()
442 struct pthread_cond *cnd; in pthread_cond_signal()
461 struct pthread_cond *cnd; in pthread_cond_broadcast()
/include/
Dpthread.h16 typedef struct pthread_cond *pthread_cond_t;