Searched refs:EV_DELETE (Results 1 – 7 of 7) sorted by relevance
| /xnu-10063.141.1/tests/ |
| H A D | kqueue_timer_tests.c | 269 EV_SET64(&kev, 3, EVFILT_TIMER, EV_DELETE, 0, 0, 0, 0, 0); in test_interval_kevent() 322 EV_SET64(&kev, 4, EVFILT_TIMER, EV_DELETE, 0, 0, 0, 0, 0); in test_repeating_kevent()
|
| H A D | test_knote_use_after_free.c | 257 .flags = EV_DELETE,
|
| H A D | kevent_continuous_time.c | 147 .flags = EV_DELETE | EV_RECEIPT,
|
| H A D | turnstile_multihop.c | 603 action = EV_DELETE | EV_ENABLE; in dispatch_sync_cancel()
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | event.h | 145 #define EV_DELETE 0x0002 /* delete event from kq */ macro
|
| /xnu-10063.141.1/tests/ipc/ |
| H A D | port_turnstile_stash.c | 111 .flags = EV_DELETE,
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_event.c | 2141 if ((kev->fflags & NOTE_WL_THREAD_REQUEST) && (kev->flags & EV_DELETE)) { in filt_wlupdate() 2641 if ((kev->fflags & NOTE_WL_DISCOVER_OWNER) && (kev->flags & EV_DELETE)) { in filt_wlvalidate_kev_flags() 2645 if (kev->flags & EV_DELETE) { in filt_wlvalidate_kev_flags() 2675 if ((kev->flags & (EV_ENABLE | EV_DELETE)) == EV_ENABLE) { in filt_wlvalidate_kev_flags() 2684 if ((kev->flags & (EV_ENABLE | EV_DELETE)) == EV_ENABLE) { in filt_wlvalidate_kev_flags() 3781 if (kev->flags & (EV_DISABLE | EV_DELETE)) { in kevent_register_validate_priority() 3930 if (kev->flags & EV_DELETE) { in kevent_register() 3967 if ((kev_flags & EV_ADD) && (kev_flags & EV_DELETE) && in kevent_register() 4087 } else if (kev->flags & EV_DELETE) { in kevent_register() 4273 kev_flags |= EV_DELETE; in knote_process()
|