Searched defs:cnd (Results 1 – 2 of 2) sorted by relevance
328 struct pthread_cond *cnd = (struct pthread_cond *)malloc(sizeof(*cnd)); in pthread_cond_init() local346 struct pthread_cond *cnd = *cond; in pthread_cond_destroy() local358 struct pthread_cond *cnd; in pthread_cond_wait() local398 struct pthread_cond *cnd; in pthread_cond_timedwait() local442 struct pthread_cond *cnd; in pthread_cond_signal() local461 struct pthread_cond *cnd; in pthread_cond_broadcast() local
16 pthread_cond_t cnd; variable