OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dg_cv
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/rpc/
clnt_dg.c
96
* by the clnt_fd_lock mutex, and an array (
dg_cv
) of condition variables
107
static cond_t *
dg_cv
;
variable in typeref:typename:cond_t *
113
cond_signal(&
dg_cv
[fd]); \
122
/* VARIABLES PROTECTED BY clnt_fd_lock: dg_fd_locks,
dg_cv
*/
196
dg_cv
= mem_alloc(cv_allocsz);
197
if (
dg_cv
== NULL) {
205
cond_init(&
dg_cv
[i], 0, (void *) 0);
346
cond_wait(&
dg_cv
[cu->cu_fd], &clnt_fd_lock);
537
cond_wait(&
dg_cv
[cu->cu_fd], &clnt_fd_lock);
542
cond_signal(&
dg_cv
[cu->cu_fd])
[
all
...]
Completed in 11 milliseconds
Indexes created Mon Oct 20 01:09:56 GMT 2025