Searched refs:this_wait (Results 1 – 1 of 1) sorted by relevance
151 evWait *this_wait, *next_wait; in evDestroy() local187 for (this_wait = this_wl->first; in evDestroy()188 revs-- > 0 && this_wait != NULL; in evDestroy()189 this_wait = next_wait) { in evDestroy()190 next_wait = this_wait->next; in evDestroy()191 FREE(this_wait); in evDestroy()195 for (this_wait = ctx->waitDone.first; in evDestroy()196 revs-- > 0 && this_wait != NULL; in evDestroy()197 this_wait = next_wait) { in evDestroy()198 next_wait = this_wait->next; in evDestroy()[all …]