Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_event.h44 #define EVFILT_SIGNAL (-6) /* attached to struct proc */ macro
/f-stack/tools/libutil/tests/
H A Dpidfile_test.c176 EV_SET(&ke, SIGINT, EVFILT_SIGNAL, EV_ADD, 0, 0, NULL); in common_test_pidfile_child()
/f-stack/tools/compat/include/sys/
H A Devent.h39 #define EVFILT_SIGNAL (-6) /* attached to struct proc */ macro
/f-stack/freebsd/sys/
H A Devent.h42 #define EVFILT_SIGNAL (-6) /* attached to struct proc */ macro
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_ff_module.c538 case EVFILT_SIGNAL: in kevent()