orte_debugger_attach_fd  126 orte/orted/orted_submit.c int orte_debugger_attach_fd = -1;
orte_debugger_attach_fd  660 orte/orted/orted_submit.c     if (0 <= orte_debugger_attach_fd) {
orte_debugger_attach_fd  665 orte/orted/orted_submit.c         close(orte_debugger_attach_fd);
orte_debugger_attach_fd 2874 orte/orted/orted_submit.c     if (orte_debugger_attach_fd > 0) {
orte_debugger_attach_fd 2875 orte/orted/orted_submit.c         close(orte_debugger_attach_fd);
orte_debugger_attach_fd 2878 orte/orted/orted_submit.c     orte_debugger_attach_fd = open(MPIR_attach_fifo, O_RDONLY | O_NONBLOCK, 0);
orte_debugger_attach_fd 2879 orte/orted/orted_submit.c     if (orte_debugger_attach_fd < 0) {
orte_debugger_attach_fd 2886 orte/orted/orted_submit.c     if (opal_fd_set_cloexec(orte_debugger_attach_fd) != OPAL_SUCCESS) {
orte_debugger_attach_fd 2889 orte/orted/orted_submit.c         close(orte_debugger_attach_fd);
orte_debugger_attach_fd 2890 orte/orted/orted_submit.c         orte_debugger_attach_fd = -1;
orte_debugger_attach_fd 2905 orte/orted/orted_submit.c     opal_event_set(orte_event_base, orte_debugger_attach, orte_debugger_attach_fd,
orte_debugger_attach_fd 2924 orte/orted/orted_submit.c         rc = read(orte_debugger_attach_fd, &fifo_cmd, sizeof(fifo_cmd));
orte_debugger_attach_fd   41 orte/orted/orted_submit.h extern int orte_debugger_attach_fd;