HomeSort by relevance Sort by last modified time
    Searched refs:strDone (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-netbsd/libc/isc/
ev_streams.c 163 * there's ctx->strDone (head) and ctx->strLast (tail) which thread
177 * If 'old' is on the ctx->strDone list, remove it. Update
186 if (ctx->strDone == old) {
187 ctx->strDone = NULL;
194 ctx->strDone = old->nextDone;
260 INSIST(ctx->strDone == NULL);
261 ctx->strDone = ctx->strLast = str;
eventlib_p.h 252 evStream *strDone, *strLast;

Completed in 28 milliseconds