#include <glib.h>Go to the source code of this file.
Defines | |
| #define | SED_SIGNAL_H |
| #define | SED_SIG_NONE (0) |
| #define | SED_SIG_CONT (0) |
| #define | SED_SIG_QUIT (1) |
| #define | SED_SIG_DUMP (2) |
| #define | SED_SIG_CPR (4) |
| #define | SED_SIG_USER (8) |
| #define | SED_SIG_NEXT (16) |
| #define | SED_SIG_EXIT (32) |
Typedefs | |
| typedef gint32 | Sed_sig_num |
Functions | |
| gint | sed_signal_set_action (void) |
| gboolean | sed_signal_is_pending (Sed_sig_num sig) |
| void | sed_signal_reset (Sed_sig_num sig) |
| void | sed_signal_set (Sed_sig_num sig) |
| #define SED_SIG_CONT (0) |
| #define SED_SIG_CPR (4) |
Definition at line 12 of file sed_signal.h.
Referenced by sed_signal_is_pending(), sed_signal_reset(), and sed_signal_set().
| #define SED_SIG_DUMP (2) |
Definition at line 11 of file sed_signal.h.
Referenced by _print_choices(), sed_process_queue_run_until(), sed_signal_is_pending(), sed_signal_reset(), and sed_signal_set().
| #define SED_SIG_EXIT (32) |
Definition at line 15 of file sed_signal.h.
Referenced by _print_choices(), sed_signal_is_pending(), sed_signal_reset(), and sed_signal_set().
| #define SED_SIG_NEXT (16) |
Definition at line 14 of file sed_signal.h.
Referenced by _print_choices(), sed_process_queue_run_until(), sed_signal_is_pending(), sed_signal_reset(), and sed_signal_set().
| #define SED_SIG_NONE (0) |
Definition at line 8 of file sed_signal.h.
| #define SED_SIG_QUIT (1) |
Definition at line 10 of file sed_signal.h.
Referenced by _print_choices(), sed_epoch_queue_run(), sed_process_queue_run_until(), sed_signal_is_pending(), sed_signal_reset(), and sed_signal_set().
| #define SED_SIG_USER (8) |
Definition at line 13 of file sed_signal.h.
Referenced by sed_signal_is_pending(), sed_signal_reset(), and sed_signal_set().
| #define SED_SIGNAL_H |
Definition at line 2 of file sed_signal.h.
| typedef gint32 Sed_sig_num |
Definition at line 6 of file sed_signal.h.
| gboolean sed_signal_is_pending | ( | Sed_sig_num | sig | ) |
Definition at line 37 of file sed_signal.c.
References SED_SIG_CPR, SED_SIG_DUMP, SED_SIG_EXIT, SED_SIG_NEXT, SED_SIG_QUIT, and SED_SIG_USER.
Referenced by _print_choices(), sed_epoch_queue_run(), and sed_process_queue_run_until().
| void sed_signal_reset | ( | Sed_sig_num | sig | ) |
Definition at line 52 of file sed_signal.c.
References SED_SIG_CPR, SED_SIG_DUMP, SED_SIG_EXIT, SED_SIG_NEXT, SED_SIG_QUIT, and SED_SIG_USER.
Referenced by sed_process_queue_run_until().
| void sed_signal_set | ( | Sed_sig_num | sig | ) |
Definition at line 65 of file sed_signal.c.
References SED_SIG_CPR, SED_SIG_DUMP, SED_SIG_EXIT, SED_SIG_NEXT, SED_SIG_QUIT, and SED_SIG_USER.
Referenced by _print_choices().
| gint sed_signal_set_action | ( | void | ) |
Definition at line 11 of file sed_signal.c.
References _print_choices().
Referenced by main(), and sedflux_setup().
1.5.2