Searched refs:NOTE_TRIGGER (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Devent.h197 * On input, NOTE_TRIGGER causes the event to be triggered for output.
199 #define NOTE_TRIGGER 0x01000000 macro
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dkqueue_tests.c461 EV_SET( &my_keventv[0], 0, EVFILT_USER, 0, NOTE_TRIGGER, 0, 0 );
/xnu-2422.115.4/bsd/kern/
H A Dkern_event.c1083 if (kn->kn_fflags & NOTE_TRIGGER) {
1109 if (kev->fflags & NOTE_TRIGGER) {

Completed in 31 milliseconds