death_pipe        532 orte/mca/ess/singleton/ess_singleton_module.c     int p[2], death_pipe[2];
death_pipe        561 orte/mca/ess/singleton/ess_singleton_module.c     if (pipe(death_pipe) < 0) {
death_pipe        595 orte/mca/ess/singleton/ess_singleton_module.c     opal_asprintf(&param, "%d", death_pipe[0]);
death_pipe        636 orte/mca/ess/singleton/ess_singleton_module.c         close(death_pipe[0]);
death_pipe        637 orte/mca/ess/singleton/ess_singleton_module.c         close(death_pipe[1]);
death_pipe        645 orte/mca/ess/singleton/ess_singleton_module.c         close(death_pipe[1]);
death_pipe        685 orte/mca/ess/singleton/ess_singleton_module.c         close(death_pipe[0]);  /* parent closes the death_pipe's read */