signum             84 opal/mca/event/libevent2022/libevent/evmap-internal.h int evmap_signal_add(struct event_base *base, int signum, struct event *ev);
signum             85 opal/mca/event/libevent2022/libevent/evmap-internal.h int evmap_signal_del(struct event_base *base, int signum, struct event *ev);
signum             86 opal/mca/event/libevent2022/libevent/evmap-internal.h void evmap_signal_active(struct event_base *base, evutil_socket_t signum, int ncalls);
signum            637 orte/mca/ess/base/ess_base_std_orted.c     int32_t signum, rc;
signum            642 orte/mca/ess/base/ess_base_std_orted.c     signum = OPAL_EVENT_SIGNAL(signal);
signum            645 orte/mca/ess/base/ess_base_std_orted.c                 orte_basename, signum);
signum            665 orte/mca/ess/base/ess_base_std_orted.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(cmd, &signum, 1, OPAL_INT32))) {
signum            982 orte/mca/ess/hnp/ess_hnp_module.c     int signum, ret;
signum            984 orte/mca/ess/hnp/ess_hnp_module.c     signum = OPAL_EVENT_SIGNAL(signal);
signum            987 orte/mca/ess/hnp/ess_hnp_module.c                 orte_basename, signum);
signum            991 orte/mca/ess/hnp/ess_hnp_module.c     if (ORTE_SUCCESS != (ret = orte_plm.signal_job(ORTE_JOBID_WILDCARD, signum))) {
signum            993 orte/mca/ess/hnp/ess_hnp_module.c                 signum, ret);
signum            169 orte/mca/odls/alps/odls_alps_module.c static int odls_alps_kill_local(pid_t pid, int signum)
signum            186 orte/mca/odls/alps/odls_alps_module.c     if (0 != kill(pid, signum)) {
signum            190 orte/mca/odls/alps/odls_alps_module.c                                  ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), signum, (int)pid, errno));
signum            196 orte/mca/odls/alps/odls_alps_module.c                          ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), signum, (int)pid));
signum            138 orte/mca/odls/base/odls_private.h typedef int (*orte_odls_base_signal_local_fn_t)(pid_t pid, int signum);
signum            145 orte/mca/odls/base/odls_private.h typedef int (*orte_odls_base_kill_local_fn_t)(pid_t pid, int signum);
signum            170 orte/mca/odls/default/odls_default_module.c static int odls_default_kill_local(pid_t pid, int signum)
signum            188 orte/mca/odls/default/odls_default_module.c     if (0 != kill(pid, signum)) {
signum            192 orte/mca/odls/default/odls_default_module.c                                  ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), signum, (int)pid, errno));
signum            198 orte/mca/odls/default/odls_default_module.c                          ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), signum, (int)pid));
signum            179 orte/mca/odls/pspawn/odls_pspawn.c static int odls_pspawn_kill_local(pid_t pid, int signum)
signum            197 orte/mca/odls/pspawn/odls_pspawn.c     if (0 != kill(pid, signum)) {
signum            201 orte/mca/odls/pspawn/odls_pspawn.c                                  ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), signum, (int)pid, errno));
signum            207 orte/mca/odls/pspawn/odls_pspawn.c                          ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), signum, (int)pid));
signum             20 orte/test/system/sigusr_trap.c void sigusr_handler(int signum)
signum             22 orte/test/system/sigusr_trap.c     switch (signum) {
signum             36 orte/test/system/sigusr_trap.c             fprintf(stderr, "%s Undefined signal %d trapped\n", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), signum);
signum             41 orte/test/system/sigusr_trap.c void exit_handler(int signum)
signum             45 orte/test/system/sigusr_trap.c     switch (signum) {
signum             59 orte/test/system/sigusr_trap.c             fprintf(stderr, "%s Undefined signal %d trapped\n", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), signum);
signum            124 oshmem/runtime/oshmem_shmem_init.c static void sighandler__SIGUSR1(int signum)
signum            132 oshmem/runtime/oshmem_shmem_init.c static void sighandler__SIGTERM(int signum)