HomeSort by relevance Sort by last modified time
    Searched refs:strLast (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
178 * ctx->strLast if necessary.
188 ctx->strLast = NULL;
198 ctx->strLast = old->prevDone;
255 if (ctx->strLast != NULL) {
256 str->prevDone = ctx->strLast;
257 ctx->strLast->nextDone = str;
258 ctx->strLast = str;
261 ctx->strDone = ctx->strLast = str;
eventlib_p.h 252 evStream *strDone, *strLast;

Completed in 38 milliseconds