Searched refs:evWait (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h152 typedef struct evWait { struct
156 struct evWait * next;
157 } evWait; typedef in typeref:struct:evWait
160 evWait * first;
161 evWait * last;
173 struct { evWait *this; } wait;
276 evWait *evFreeWait(evContext_p *ctx, evWait *old);
H A Dev_waits.c55 evWait *new;
82 evWait *first;
108 evWait *this, *prev;
119 if (this == (evWait *)id.opaque) {
138 if (this == (evWait *)id.opaque) {
166 evWait *new;
188 evWait *this;
H A Deventlib.c155 evWait *this_wait, *next_wait;
546 evWait *this = ev->u.wait.this;

Completed in 67 milliseconds