Searched defs:evContext_p (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Deventlib_p.h183 void *ctx; /* pointer to the evContext_p */
259 } evContext_p; typedef in typeref:struct:__anon917
263 void evPrintf(const evContext_p *ctx, int level, const char *fmt, ...)
267 extern int evPollfdRealloc(evContext_p *ctx, int pollfd_chunk_size, int fd);
272 heap_context evCreateTimers(const evContext_p *);
274 void evDestroyTimers(const evContext_p *);
278 evWait *evFreeWait(evContext_p *ctx, evWait *old);

Completed in 69 milliseconds