Home
last modified time | relevance | path

Searched refs:sigfd_exit_helper (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsignalfd.h88 extern void (*sigfd_exit_helper)();
/illumos-gate/usr/src/uts/common/io/
H A Dsignalfd.c849 sigfd_exit_helper = signalfd_exit_helper; in signalfd_attach()
874 sigfd_exit_helper = NULL; in signalfd_detach()
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c582 VERIFY(sigfd_exit_helper != NULL); in proc_exit()
583 (*sigfd_exit_helper)(); in proc_exit()
H A Dsig.c102 void (*sigfd_exit_helper)(); variable