OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strDone
(Results
1 - 2
of
2
) sorted by relevancy
/src/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 12 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025