Searched refs:evGetWaitList (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_waits.c | 42 static evWaitList * evGetWaitList(evContext_p *, const void *, int); 56 evWaitList *wl = evGetWaitList(ctx, tag, 1); in evWaitFor() 81 evWaitList *wl = evGetWaitList(ctx, tag, 0); in evDo() 114 wl = evGetWaitList(ctx, this->tag, 0); in evUnwait() 235 evGetWaitList(evContext_p *ctx, const void *tag, int should_create) { in evGetWaitList() function
|