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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c154 evWaitList *this_wl, *next_wl; local
187 for (this_wl = ctx->waitLists;
188 revs-- > 0 && this_wl != NULL;
189 this_wl = next_wl) {
190 next_wl = this_wl->next;
191 for (this_wait = this_wl->first;
197 FREE(this_wl);

Completed in 45 milliseconds