Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c95 emulMaskInit(ctx, nonblockBefore, EV_WASNONBLOCKING, 0); in evCreate()
855 if (!maskp->result || maskp->type == EV_WASNONBLOCKING) in __fd_eventfield()
872 case EV_WASNONBLOCKING: in __poll_event()
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Deventlib.h81 #define EV_WASNONBLOCKING 8 /* Internal library use. */ macro