OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strDone
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-netbsd/lib/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 157 milliseconds