Home
last modified time | relevance | path

Searched refs:EVFILT_USER (Results 1 – 6 of 6) sorted by relevance

/external/libevent/
Dkqueue.c403 #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_()
Dwhatsnew-2.1.txt645 EVFILT_USER extension), we can use EVFILT_USER to wake up the main
DChangeLog1197 o Replace pipe-based notification with EVFILT_USER where possible. This
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs617 pub const EVFILT_USER: i16 = -9; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs365 pub const EVFILT_USER: i16 = -11; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2456 pub const EVFILT_USER: i16 = -10; constant