Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_event.h174 #define NOTE_TRIGGER 0x01000000 /* Cause the event to be macro
/f-stack/tools/compat/include/sys/
H A Devent.h105 #define NOTE_TRIGGER 0x01000000 /* Cause the event to be macro
/f-stack/freebsd/sys/
H A Devent.h172 #define NOTE_TRIGGER 0x01000000 /* Cause the event to be macro
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_kqueue_module.c263 notify_kev.fflags = NOTE_TRIGGER; in ngx_kqueue_notify_init()
/f-stack/freebsd/kern/
H A Dkern_event.c875 if (kn->kn_fflags & NOTE_TRIGGER) in filt_userattach()
905 if (kev->fflags & NOTE_TRIGGER) in filt_usertouch()