Home
last modified time | relevance | path

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

/dragonfly/lib/libc/rpc/
H A Dclnt_dg.c88 static cond_t *dg_cv; variable
94 cond_signal(&dg_cv[fd]); \
174 dg_cv = (cond_t *) mem_alloc(cv_allocsz); in clnt_dg_create()
175 if (dg_cv == NULL) { in clnt_dg_create()
185 cond_init(&dg_cv[i], 0, NULL); in clnt_dg_create()
316 cond_wait(&dg_cv[cu->cu_fd], &clnt_fd_lock); in clnt_dg_call()
545 cond_wait(&dg_cv[cu->cu_fd], &clnt_fd_lock); in clnt_dg_freeres()
550 cond_signal(&dg_cv[cu->cu_fd]); in clnt_dg_freeres()
573 cond_wait(&dg_cv[cu->cu_fd], &clnt_fd_lock); in clnt_dg_control()
715 cond_wait(&dg_cv[cu_fd], &clnt_fd_lock); in clnt_dg_destroy()
[all …]