Lines Matching defs:first
66 wl->first = new;
82 evWait *first;
89 first = wl->first;
90 INSIST(first != NULL);
93 ctx->waitDone.last->next = first;
95 ctx->waitDone.first = first;
116 for (prev = NULL, this = wl->first;
124 wl->first = this->next;
127 if (wl->first == NULL)
135 for (prev = NULL, this = ctx->waitDone.first;
143 ctx->waitDone.first = this->next;
176 ctx->waitDone.first = new;
192 INSIST(wl->first != NULL);
193 evPrintf(ctx, 9, " tag %p:", wl->first->tag);
194 for (this = wl->first; this != NULL; this = this->next)
199 for (this = ctx->waitDone.first; this != NULL; this = this->next)
211 new->first = new->last = NULL;
239 if (this->first != NULL && this->first->tag == tag)