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

/haiku/src/libs/bsd/
H A Dkqueue.cpp99 const int32 otherEvents = (otherFilter == EVFILT_READ) local
122 waitInfo->events |= otherEvents;
124 waitInfo->events &= ~otherEvents;
135 waitInfo->events |= (info.events & otherEvents);

Completed in 30 milliseconds