Searched refs:EVFILT_USER (Results 1 – 6 of 6) sorted by relevance
403 #ifdef EVFILT_USER in kq_dispatch()404 } else if (events[i].filter == EVFILT_USER) { in kq_dispatch()522 #if defined(EVFILT_USER) && defined(NOTE_TRIGGER) in event_kq_add_notify_event_()530 #if defined(EVFILT_USER) && defined(NOTE_TRIGGER) in event_kq_add_notify_event_()533 kev.filter = EVFILT_USER; in event_kq_add_notify_event_()553 #if defined(EVFILT_USER) && defined(NOTE_TRIGGER) in event_kq_notify_base_()560 #if defined(EVFILT_USER) && defined(NOTE_TRIGGER) in event_kq_notify_base_()563 kev.filter = EVFILT_USER; in event_kq_notify_base_()
645 EVFILT_USER extension), we can use EVFILT_USER to wake up the main
1197 o Replace pipe-based notification with EVFILT_USER where possible. This
617 pub const EVFILT_USER: i16 = -9; constant
365 pub const EVFILT_USER: i16 = -11; constant
2456 pub const EVFILT_USER: i16 = -10; constant