HomeSort by: relevance | last modified time | path
    Searched defs:evWait (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/isc/
eventlib_p.h 154 typedef struct evWait {
158 struct evWait * next;
159 } evWait;
162 evWait * first;
163 evWait * last;
175 struct { evWait *this; } wait;
278 evWait *evFreeWait(evContext_p *ctx, evWait *old);
  /src/external/bsd/libbind/dist/isc/
eventlib_p.h 154 typedef struct evWait {
158 struct evWait * next;
159 } evWait;
162 evWait * first;
163 evWait * last;
175 struct { evWait *this; } wait;
278 evWait *evFreeWait(evContext_p *ctx, evWait *old);

Completed in 23 milliseconds