Home
last modified time | relevance | path

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

/lib/libc/posix/
Dpthread.c328 struct pthread_cond *cnd = (struct pthread_cond *)malloc(sizeof(*cnd)); in pthread_cond_init() local
346 struct pthread_cond *cnd = *cond; in pthread_cond_destroy() local
358 struct pthread_cond *cnd; in pthread_cond_wait() local
398 struct pthread_cond *cnd; in pthread_cond_timedwait() local
442 struct pthread_cond *cnd; in pthread_cond_signal() local
461 struct pthread_cond *cnd; in pthread_cond_broadcast() local
/tests/
Dpthreadtest.c16 pthread_cond_t cnd; variable