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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_waits.c40 static evWaitList * evNewWaitList(evContext_p *);
41 static void evFreeWaitList(evContext_p *, evWaitList *);
42 static evWaitList * evGetWaitList(evContext_p *, const void *, int);
56 evWaitList *wl = evGetWaitList(ctx, tag, 1);
81 evWaitList *wl = evGetWaitList(ctx, tag, 0);
109 evWaitList *wl;
187 evWaitList *wl;
204 static evWaitList *
206 evWaitList *new;
221 evFreeWaitList(evContext_p *ctx, evWaitList *thi
[all...]
H A Deventlib_p.h159 typedef struct evWaitList { struct
162 struct evWaitList * prev;
163 struct evWaitList * next;
164 } evWaitList; typedef in typeref:struct:evWaitList
255 evWaitList *waitLists;
256 evWaitList waitDone;
H A Deventlib.c154 evWaitList *this_wl, *next_wl;

Completed in 47 milliseconds