HomeSort by: relevance | last modified time | path
    Searched defs:exit_handler (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/librefuse/
refuse_signals.c 190 exit_handler(int sig, siginfo_t* info, void* ctx) { function in typeref:typename:void
244 if (set_signal_handler(SIGHUP, exit_handler) != 0 ||
245 set_signal_handler(SIGINT, exit_handler) != 0 ||
246 set_signal_handler(SIGTERM, exit_handler) != 0 ||
314 if (restore_signal_handler(SIGHUP, exit_handler) == -1 ||
315 restore_signal_handler(SIGINT, exit_handler) == -1 ||
316 restore_signal_handler(SIGTERM, exit_handler) == -1 ||
refuse_signals.c 190 exit_handler(int sig, siginfo_t* info, void* ctx) { function in typeref:typename:void
244 if (set_signal_handler(SIGHUP, exit_handler) != 0 ||
245 set_signal_handler(SIGINT, exit_handler) != 0 ||
246 set_signal_handler(SIGTERM, exit_handler) != 0 ||
314 if (restore_signal_handler(SIGHUP, exit_handler) == -1 ||
315 restore_signal_handler(SIGINT, exit_handler) == -1 ||
316 restore_signal_handler(SIGTERM, exit_handler) == -1 ||

Completed in 20 milliseconds