Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_waits.c187 for (wl = ctx->waitLists; wl != NULL; wl = wl->next) { in print_waits()
209 new->next = ctx->waitLists; in evNewWaitList()
212 ctx->waitLists = new; in evNewWaitList()
224 ctx->waitLists = this->next; in evFreeWaitList()
234 for (this = ctx->waitLists; this != NULL; this = this->next) { in evGetWaitList()
H A Deventlib_p.h255 evWaitList *waitLists; member
H A Deventlib.c130 ctx->waitLists = NULL; in evCreate()
183 for (this_wl = ctx->waitLists; in evDestroy()