Home
last modified time | relevance | path

Searched refs:NOTE_TRIGGER (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/tests/
H A Dkqueue_add_and_trigger.c22 .fflags = NOTE_TRIGGER,
H A Dkqueue_in_select.c63 .fflags = NOTE_TRIGGER,
/xnu-12377.61.12/tests/workq/
H A Dworkq_83476290.c56 .fflags = NOTE_TRIGGER,
/xnu-12377.61.12/bsd/sys/
H A Devent.h212 #define NOTE_TRIGGER 0x01000000 macro
/xnu-12377.61.12/tests/skywalk/
H A Dskt_utunloop.c989 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 Dskywalk_test_common.c722 EVFILT_USER, 0, NOTE_TRIGGER, 0, NULL); in sktc_cleanup_channel_worker()
/xnu-12377.61.12/bsd/kern/
H A Dkern_event.c1938 if (kn->kn_sfflags & NOTE_TRIGGER) { in filt_userattach()
1969 if (kev->fflags & NOTE_TRIGGER) { in filt_usertouch()