Home | History | Annotate | Download | only in doio

Lines Matching refs:cleanup_handler

421 void cleanup_handler(int sig, siginfo_t * info, void *v);
425 void cleanup_handler(int sig);
837 exit_action.sa_sigaction = cleanup_handler;
849 exit_action.sa_handler = cleanup_handler;
4494 void cleanup_handler(int sig, siginfo_t * info, void *v)
4529 cleanup_handler(sig, info, v);
4536 void cleanup_handler(int sig)
4559 cleanup_handler(sig);