term_handler       80 orte/mca/ess/base/ess_base_std_orted.c static opal_event_t term_handler;
term_handler      129 orte/mca/ess/base/ess_base_std_orted.c     setup_sighandler(SIGTERM, &term_handler, shutdown_signal);
term_handler      569 orte/mca/ess/base/ess_base_std_orted.c         opal_event_del(&term_handler);
term_handler      112 orte/mca/ess/hnp/ess_hnp_module.c static opal_event_t term_handler;
term_handler      171 orte/mca/ess/hnp/ess_hnp_module.c     opal_event_set(orte_event_base, &term_handler, term_pipe[0], OPAL_EV_READ, clean_abort, NULL);
term_handler      172 orte/mca/ess/hnp/ess_hnp_module.c     opal_event_set_priority(&term_handler, ORTE_ERROR_PRI);
term_handler      173 orte/mca/ess/hnp/ess_hnp_module.c     opal_event_add(&term_handler, NULL);
term_handler      737 orte/mca/ess/hnp/ess_hnp_module.c         opal_event_del(&term_handler);
term_handler      903 orte/mca/ess/hnp/ess_hnp_module.c         opal_event_add(&term_handler, NULL);
term_handler       71 orte/tools/orte-server/orte-server.c static opal_event_t term_handler;
term_handler      244 orte/tools/orte-server/orte-server.c     opal_event_set(orte_event_base, &term_handler, SIGTERM, OPAL_EV_SIGNAL,
term_handler      246 orte/tools/orte-server/orte-server.c     opal_event_add(&term_handler, NULL);