OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 48 milliseconds
Indexes created Tue Sep 23 07:09:52 GMT 2025