signal 81 ompi/tools/ompi_info/ompi_info.c signal(SIGPIPE, SIG_IGN); signal 328 opal/mca/event/libevent2022/libevent/sample/http-server.c if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) signal 38 opal/mca/event/libevent2022/libevent/sample/signal-test.c struct event *signal = arg; signal 40 opal/mca/event/libevent2022/libevent/sample/signal-test.c printf("%s: got signal %d\n", __func__, EVENT_SIGNAL(signal)); signal 43 opal/mca/event/libevent2022/libevent/sample/signal-test.c event_del(signal); signal 263 opal/mca/event/libevent2022/libevent/signal.c if ((sh = signal(evsignal, handler)) == SIG_ERR) { signal 341 opal/mca/event/libevent2022/libevent/signal.c if (signal(evsignal, *sh) == SIG_ERR) { signal 385 opal/mca/event/libevent2022/libevent/signal.c signal(sig, evsig_handler); signal 100 opal/mca/event/libevent2022/libevent/test/bench_http.c if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) signal 1154 opal/mca/event/libevent2022/libevent/test/regress.c if (signal(SIGUSR1, signal_cb_sa) == SIG_ERR) signal 402 opal/mca/event/libevent2022/libevent/test/regress_main.c if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) signal 433 opal/mca/event/libevent2022/libevent/test/test-ratelim.c if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) signal 98 opal/mca/event/libevent2022/libevent/test/test-weof.c if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) signal 282 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c signal(SIGPIPE, SIG_IGN); signal 162 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c signal(SIGPIPE, SIG_IGN); signal 155 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c signal(SIGPIPE, SIG_IGN); signal 79 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c signal(SIGPIPE, SIG_IGN); signal 253 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c signal(SIGPIPE, SIG_IGN); signal 388 opal/runtime/opal_cr.c if( SIG_ERR == signal(SIGPIPE, opal_cr_sigpipe_debug_signal_handler) ) { signal 394 opal/runtime/opal_cr.c if( SIG_ERR == signal(SIGPIPE, opal_cr_sigpipe_debug_signal_handler) ) { signal 409 opal/runtime/opal_cr.c if( SIG_ERR == signal(opal_cr_debug_signal, MPIR_checkpoint_debugger_signal_handler) ) { signal 1076 opal/runtime/opal_cr.c if( SIG_ERR == signal(SIGPIPE, opal_cr_sigpipe_debug_signal_handler) ) { signal 121 opal/util/stacktrace.c signal(signo, SIG_DFL); signal 429 opal/util/stacktrace.c signal(signo, SIG_DFL); signal 85 orte/mca/ess/base/base.h int signal; signal 154 orte/mca/ess/base/ess_base_frame.c int signal; signal 222 orte/mca/ess/base/ess_base_frame.c _sig->signal = (x); \ signal 245 orte/mca/ess/base/ess_base_frame.c ESS_ADDSIGNAL(known_signals[i].signal, known_signals[i].signame); signal 271 orte/mca/ess/base/ess_base_frame.c if (0 == strcasecmp(signals[i], sig->signame) || sval == sig->signal) { signal 285 orte/mca/ess/base/ess_base_frame.c if (0 == strcasecmp (signals[i], known_signals[j].signame) || sval == known_signals[j].signal) { signal 293 orte/mca/ess/base/ess_base_frame.c ESS_ADDSIGNAL(known_signals[j].signal, known_signals[j].signame); signal 89 orte/mca/ess/base/ess_base_std_orted.c static void setup_sighandler(int signal, opal_event_t *ev, signal 92 orte/mca/ess/base/ess_base_std_orted.c opal_event_signal_set(orte_event_base, ev, signal, cbfunc, ev); signal 141 orte/mca/ess/base/ess_base_std_orted.c setup_sighandler(sig->signal, forward_signals_events + idx, signal_forward_callback); signal 636 orte/mca/ess/base/ess_base_std_orted.c opal_event_t *signal = (opal_event_t*)arg; signal 642 orte/mca/ess/base/ess_base_std_orted.c signum = OPAL_EVENT_SIGNAL(signal); signal 117 orte/mca/ess/hnp/ess_hnp_module.c static void abort_signal_callback(int signal); signal 122 orte/mca/ess/hnp/ess_hnp_module.c static void setup_sighandler(int signal, opal_event_t *ev, signal 125 orte/mca/ess/hnp/ess_hnp_module.c opal_event_signal_set(orte_event_base, ev, signal, cbfunc, ev); signal 184 orte/mca/ess/hnp/ess_hnp_module.c signal(SIGTERM, abort_signal_callback); signal 185 orte/mca/ess/hnp/ess_hnp_module.c signal(SIGINT, abort_signal_callback); signal 186 orte/mca/ess/hnp/ess_hnp_module.c signal(SIGHUP, abort_signal_callback); signal 198 orte/mca/ess/hnp/ess_hnp_module.c setup_sighandler(sig->signal, forward_signals_events + idx, signal_forward_callback); signal 981 orte/mca/ess/hnp/ess_hnp_module.c opal_event_t *signal = (opal_event_t*)arg; signal 984 orte/mca/ess/hnp/ess_hnp_module.c signum = OPAL_EVENT_SIGNAL(signal); signal 143 orte/mca/odls/alps/odls_alps_module.c static int orte_odls_alps_signal_local_procs(const orte_process_name_t *proc, int32_t signal); signal 676 orte/mca/odls/alps/odls_alps_module.c static int send_signal(pid_t pid, int signal) signal 683 orte/mca/odls/alps/odls_alps_module.c signal, (long)pid)); signal 685 orte/mca/odls/alps/odls_alps_module.c if (kill(pid, signal) != 0) { signal 708 orte/mca/odls/alps/odls_alps_module.c static int orte_odls_alps_signal_local_procs(const orte_process_name_t *proc, int32_t signal) signal 712 orte/mca/odls/alps/odls_alps_module.c if (ORTE_SUCCESS != (rc = orte_odls_base_default_signal_local_procs(proc, signal, send_signal))) { signal 1480 orte/mca/odls/base/odls_base_default_fns.c int orte_odls_base_default_signal_local_procs(const orte_process_name_t *proc, int32_t signal, signal 1504 orte/mca/odls/base/odls_base_default_fns.c if (ORTE_SUCCESS != (rc = signal_local(child->pid, (int)signal))) { signal 1517 orte/mca/odls/base/odls_base_default_fns.c if (ORTE_SUCCESS != (rc = signal_local(child->pid, (int)signal))) { signal 141 orte/mca/odls/base/odls_private.h orte_odls_base_default_signal_local_procs(const orte_process_name_t *proc, int32_t signal, signal 142 orte/mca/odls/default/odls_default_module.c static int orte_odls_default_signal_local_procs(const orte_process_name_t *proc, int32_t signal); signal 672 orte/mca/odls/default/odls_default_module.c static int send_signal(pid_t pd, int signal) signal 692 orte/mca/odls/default/odls_default_module.c signal, (long)pid)); signal 694 orte/mca/odls/default/odls_default_module.c if (kill(pid, signal) != 0) { signal 717 orte/mca/odls/default/odls_default_module.c static int orte_odls_default_signal_local_procs(const orte_process_name_t *proc, int32_t signal) signal 721 orte/mca/odls/default/odls_default_module.c if (ORTE_SUCCESS != (rc = orte_odls_base_default_signal_local_procs(proc, signal, send_signal))) { signal 76 orte/mca/odls/odls.h int32_t signal); signal 162 orte/mca/odls/pspawn/odls_pspawn.c static int orte_odls_pspawn_signal_local_procs(const orte_process_name_t *proc, int32_t signal); signal 407 orte/mca/odls/pspawn/odls_pspawn.c static int send_signal(pid_t pd, int signal) signal 427 orte/mca/odls/pspawn/odls_pspawn.c signal, (long)pid)); signal 429 orte/mca/odls/pspawn/odls_pspawn.c if (kill(pid, signal) != 0) { signal 452 orte/mca/odls/pspawn/odls_pspawn.c static int orte_odls_pspawn_signal_local_procs(const orte_process_name_t *proc, int32_t signal) signal 456 orte/mca/odls/pspawn/odls_pspawn.c if (ORTE_SUCCESS != (rc = orte_odls_base_default_signal_local_procs(proc, signal, send_signal))) { signal 85 orte/mca/plm/alps/plm_alps_module.c static int plm_alps_signal_job(orte_jobid_t jobid, int32_t signal); signal 496 orte/mca/plm/alps/plm_alps_module.c static int plm_alps_signal_job(orte_jobid_t jobid, int32_t signal) signal 499 orte/mca/plm/alps/plm_alps_module.c kill(alpsrun->pid, (int)signal); signal 202 orte/mca/plm/base/plm_base_orted_cmds.c int orte_plm_base_orted_signal_local_procs(orte_jobid_t job, int32_t signal) signal 230 orte/mca/plm/base/plm_base_orted_cmds.c if (ORTE_SUCCESS != (rc = opal_dss.pack(&cmd, &signal, 1, OPAL_INT32))) { signal 103 orte/mca/plm/base/plm_private.h ORTE_DECLSPEC int orte_plm_base_orted_signal_local_procs(orte_jobid_t job, int32_t signal); signal 84 orte/mca/plm/lsf/plm_lsf_module.c static int plm_lsf_signal_job(orte_jobid_t jobid, int32_t signal); signal 403 orte/mca/plm/lsf/plm_lsf_module.c static int plm_lsf_signal_job(orte_jobid_t jobid, int32_t signal) signal 408 orte/mca/plm/lsf/plm_lsf_module.c if (ORTE_SUCCESS != (rc = orte_plm_base_orted_signal_local_procs(jobid, signal))) { signal 85 orte/mca/plm/slurm/plm_slurm_module.c static int plm_slurm_signal_job(orte_jobid_t jobid, int32_t signal); signal 510 orte/mca/plm/slurm/plm_slurm_module.c static int plm_slurm_signal_job(orte_jobid_t jobid, int32_t signal) signal 515 orte/mca/plm/slurm/plm_slurm_module.c if (ORTE_SUCCESS != (rc = orte_plm_base_orted_signal_local_procs(jobid, signal))) { signal 88 orte/mca/plm/tm/plm_tm_module.c static int plm_tm_signal_job(orte_jobid_t jobid, int32_t signal); signal 471 orte/mca/plm/tm/plm_tm_module.c static int plm_tm_signal_job(orte_jobid_t jobid, int32_t signal) signal 476 orte/mca/plm/tm/plm_tm_module.c if (ORTE_SUCCESS != (rc = orte_plm_base_orted_signal_local_procs(jobid, signal))) { signal 131 orte/mca/snapc/full/snapc_full_app.c if( SIG_ERR == signal(opal_cr_entry_point_signal, snapc_full_app_signal_handler) ) { signal 103 orte/orted/orted_comm.c int32_t signal; signal 213 orte/orted/orted_comm.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &signal, &n, OPAL_INT32))) { signal 219 orte/orted/orted_comm.c if (SIGTSTP == signal) { signal 224 orte/orted/orted_comm.c signal = SIGSTOP; signal 228 orte/orted/orted_comm.c } else if (SIGCONT == signal && NULL != jdata) { signal 235 orte/orted/orted_comm.c signal); signal 239 orte/orted/orted_comm.c if (ORTE_SUCCESS != (ret = orte_odls.signal_local_procs(NULL, signal))) { signal 233 orte/runtime/orte_wait.c opal_event_t *signal = (opal_event_t*) arg; signal 238 orte/runtime/orte_wait.c ORTE_ACQUIRE_OBJECT(signal); signal 240 orte/runtime/orte_wait.c if (SIGCHLD != OPAL_EVENT_SIGNAL(signal)) { signal 77 orte/test/system/sigusr_trap.c if (signal(SIGUSR1, sigusr_handler) == SIG_IGN) { signal 82 orte/test/system/sigusr_trap.c if (signal(SIGUSR2, sigusr_handler) == SIG_IGN) { signal 87 orte/test/system/sigusr_trap.c if (signal(SIGCONT, sigusr_handler) == SIG_IGN) { signal 92 orte/test/system/sigusr_trap.c if (signal(SIGINT, exit_handler) == SIG_IGN) { signal 97 orte/test/system/sigusr_trap.c if (signal(SIGHUP, exit_handler) == SIG_IGN) { signal 102 orte/test/system/sigusr_trap.c if (signal(SIGTERM, exit_handler) == SIG_IGN) { signal 87 orte/tools/orte-info/orte-info.c signal(SIGPIPE, SIG_IGN); signal 192 oshmem/runtime/oshmem_shmem_init.c signal(SIGUSR1,sighandler__SIGUSR1); signal 193 oshmem/runtime/oshmem_shmem_init.c signal(SIGTERM,sighandler__SIGTERM); signal 72 oshmem/tools/oshmem_info/oshmem_info.c signal(SIGPIPE, SIG_IGN); signal 38 test/event/signal-test.c opal_event_t *signal = arg; signal 40 test/event/signal-test.c printf("%s: got signal %d\n", __func__, OPAL_EVENT_SIGNAL(signal)); signal 43 test/event/signal-test.c opal_event.del(signal);