Home
last modified time | relevance | path

Searched refs:evWaitID (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Deventlib.h48 typedef struct { void *opaque; } evWaitID; typedef
195 int evWaitFor __P((evContext, const void *, evWaitFunc, void *, evWaitID *));
197 int evUnwait __P((evContext, evWaitID));
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_waits.c48 evWaitFunc func, void *uap, evWaitID *id) in evWaitFor()
102 evUnwait(evContext opaqueCtx, evWaitID id) { in evUnwait()