Searched refs:EVFILT_USER (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | kqueue.c | 409 #ifdef EVFILT_USER in kq_dispatch() 410 } else if (events[i].filter == EVFILT_USER) { in kq_dispatch() 528 #if defined(EVFILT_USER) && defined(NOTE_TRIGGER) in event_kq_add_notify_event_() 536 #if defined(EVFILT_USER) && defined(NOTE_TRIGGER) in event_kq_add_notify_event_() 539 kev.filter = EVFILT_USER; in event_kq_add_notify_event_() 559 #if defined(EVFILT_USER) && defined(NOTE_TRIGGER) in event_kq_notify_base_() 566 #if defined(EVFILT_USER) && defined(NOTE_TRIGGER) in event_kq_notify_base_() 569 kev.filter = EVFILT_USER; in event_kq_notify_base_()
|
| H A D | whatsnew-2.1.txt | 645 EVFILT_USER extension), we can use EVFILT_USER to wake up the main
|
| H A D | ChangeLog | 1278 o Replace pipe-based notification with EVFILT_USER where possible. This
|
| /netbsd-src/tests/lib/libc/sys/ |
| H A D | t_kevent.c | 192 EV_SET(&ev, 666, EVFILT_USER, EV_ADD | EV_ENABLE, 0, 0, 0); in ATF_TC_BODY() 194 EV_SET(&ev, 666, EVFILT_USER, 0, NOTE_FFCOPY | NOTE_TRIGGER | 8, 0, 0); in ATF_TC_BODY() 203 ATF_REQUIRE(rev.filter == EVFILT_USER); in ATF_TC_BODY()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/ |
| H A D | event.d | 28 EVFILT_USER = -9, /* user events */ enumerator
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/ |
| H A D | event.d | 37 EVFILT_USER = -11, /* User events */ enumerator
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/sys/ |
| H A D | event.d | 44 EVFILT_USER = -10, enumerator
|
| /netbsd-src/sys/sys/ |
| H A D | event.h | 47 #define EVFILT_USER 8U /* user events */ macro
|
| /netbsd-src/sys/kern/ |
| H A D | kern_event.c | 296 { "EVFILT_USER", EVFILT_USER, 0, &user_filtops, 0 },
|