cond 57 sys/include/sync.h struct cond { cond 43 sys/include/types.h typedef struct cond *cond_t; cond 60 sys/sync/cond.c if ((c = kmem_alloc(sizeof(struct cond))) == NULL) cond 121 sys/sync/cond.c struct cond, task_link); cond 225 sys/sync/cond.c tmp = list_entry(n, struct cond, task_link); cond 33 usr/lib/prex/syscalls/cond_wait.c extern int _cond_wait(cond_t *cond, mutex_t *mu); cond 39 usr/lib/prex/syscalls/cond_wait.c cond_wait(cond_t *cond, mutex_t *mu) cond 44 usr/lib/prex/syscalls/cond_wait.c error = _cond_wait(cond, mu);