Searched refs:this_wl (Results 1 – 1 of 1) sorted by relevance
154 evWaitList *this_wl, *next_wl; in evDestroy() local187 for (this_wl = ctx->waitLists; in evDestroy()188 revs-- > 0 && this_wl != NULL; in evDestroy()189 this_wl = next_wl) { in evDestroy()190 next_wl = this_wl->next; in evDestroy()191 for (this_wait = this_wl->first; in evDestroy()197 FREE(this_wl); in evDestroy()