Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/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));
/netbsd-src/external/bsd/libbind/dist/include/isc/
H A Deventlib.h50 typedef struct { void *opaque; } evWaitID; typedef
197 int evWaitFor __P((evContext, const void *, evWaitFunc, void *, evWaitID *));
199 int evUnwait __P((evContext, evWaitID));
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dev_waits.c54 evWaitFunc func, void *uap, evWaitID *id) in evWaitFor()
108 evUnwait(evContext opaqueCtx, evWaitID id) { in evUnwait()