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

/haiku/headers/compatibility/bsd/sys/
H A Devent.h88 #define EV_DELETE 0x0002 /* delete event from kq */ macro
/haiku/src/libs/bsd/
H A Dkqueue.cpp123 } else if ((changelist[j].flags & EV_DELETE) != 0) {
141 } else if ((changelist[i].flags & EV_DELETE) != 0) {

Completed in 38 milliseconds