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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_waits.c191 for (wl = ctx->waitLists; wl != NULL; wl = wl->next) {
213 new->next = ctx->waitLists;
216 ctx->waitLists = new;
228 ctx->waitLists = this->next;
238 for (this = ctx->waitLists; this != NULL; this = this->next) {
H A Deventlib_p.h255 evWaitList *waitLists; member in struct:__anon3880
H A Deventlib.c134 ctx->waitLists = NULL;
187 for (this_wl = ctx->waitLists;

Completed in 47 milliseconds