Searched refs:EVFILT_USER (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | kqueue_add_and_trigger.c | 20 .filter = EVFILT_USER, 36 T_ASSERT_EQ(ret_kev.filter, EVFILT_USER, "kevent with add and trigger, filter");
|
| H A D | kqueue_in_select.c | 44 .filter = EVFILT_USER, 61 .filter = EVFILT_USER,
|
| H A D | proc_info.c | 1966 events[1].filter = EVFILT_USER; 1980 .filter = EVFILT_USER, 2035 .filter = EVFILT_USER, in setup_kevent_id() 2133 …T_EXPECT_EQ(kqextinfo[0].kqext_kev.filter, (short)EVFILT_USER, "kevent filter matches what was con…
|
| /xnu-12377.61.12/tests/workq/ |
| H A D | workq_83476290.c | 55 .filter = EVFILT_USER, 65 .filter = EVFILT_USER,
|
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skt_utunloop.c | 199 if (kev.filter == EVFILT_USER) { in skt_utunloop_xfer_slots() 911 EV_SET(&kev, (uintptr_t)&g_die, EVFILT_USER, in skt_tunloop_common() 917 EV_SET(&kev, (uintptr_t)&g_die, EVFILT_USER, in skt_tunloop_common() 989 EV_SET(&kev, (uintptr_t)&g_die, EVFILT_USER, 0, NOTE_TRIGGER, 0, NULL); in skt_tunloop_common() 992 EV_SET(&kev, (uintptr_t)&g_die, EVFILT_USER, 0, NOTE_TRIGGER, 0, NULL); in skt_tunloop_common()
|
| H A D | skywalk_test_common.c | 376 if (kev.filter == EVFILT_USER) { in sktc_channel_worker_echo() 403 if (kev.filter == EVFILT_USER) { in sktc_channel_worker_echo() 520 if (kev.filter == EVFILT_USER) { in sktc_channel_worker_sink() 601 if (kev.filter == EVFILT_USER) { in sktc_channel_worker_source() 685 EVFILT_USER, EV_ADD | EV_ENABLE, 0, 0, NULL); in sktc_setup_channel_worker() 696 EVFILT_USER, EV_ADD | EV_ENABLE, 0, 0, NULL); in sktc_setup_channel_worker() 722 EVFILT_USER, 0, NOTE_TRIGGER, 0, NULL); in sktc_cleanup_channel_worker()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | event.h | 79 #define EVFILT_USER (-10) /* User events */ macro
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_event.c | 351 [~EVFILT_USER] = &user_filtops,
|