Searched refs:EV_EOF (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/compatibility/bsd/sys/
H A Devent.h95 #define EV_EOF 0x8000 /* EOF detected */ macro
/haiku/src/libs/bsd/
H A Dkqueue.cpp204 flags |= EV_EOF;
208 flags |= EV_EOF;
229 if (waitInfos[i].type == B_OBJECT_TYPE_FD && (flags & (EV_ERROR | EV_EOF)) == 0) {

Completed in 97 milliseconds