send_first         78 ompi/communicator/comm_cid.c     bool send_first;
send_first        169 ompi/communicator/comm_cid.c                                                             const void *arg1, const char *pmix_tag, bool send_first,
send_first        215 ompi/communicator/comm_cid.c     context->send_first = send_first;
send_first        253 ompi/communicator/comm_cid.c                           bool send_first, int mode, ompi_request_t **req)
send_first        259 ompi/communicator/comm_cid.c                                           "nextcid", send_first, mode);
send_first        285 ompi/communicator/comm_cid.c                        bool send_first, int mode)
send_first        290 ompi/communicator/comm_cid.c     rc = ompi_comm_nextcid_nb (newcomm, comm, bridgecomm, arg0, arg1, send_first, mode, &req);
send_first        498 ompi/communicator/comm_cid.c                            const void *arg1, bool send_first, int mode, ompi_request_t **req)
send_first        506 ompi/communicator/comm_cid.c                                           send_first, mode);
send_first        553 ompi/communicator/comm_cid.c                         const void *arg1, bool send_first, int mode)
send_first        558 ompi/communicator/comm_cid.c     rc = ompi_comm_activate_nb (newcomm, comm, bridgecomm, arg0, arg1, send_first, mode, &req);
send_first        920 ompi/communicator/comm_cid.c                              cid_context->send_first ? "%s:%s:send:%d"
send_first        930 ompi/communicator/comm_cid.c                                  cid_context->send_first ? "%s:%s:recv:%d"
send_first        944 ompi/communicator/comm_cid.c         opal_output_verbose (verbosity_level, output_id, "send first: %d\n", cid_context->send_first);
send_first        568 ompi/communicator/communicator.h                                      bool send_first, int mode);
send_first        582 ompi/communicator/communicator.h                                         bool send_first, int mode, ompi_request_t **req);
send_first        678 ompi/communicator/communicator.h                                       const void *arg1, bool send_first, int mode);
send_first        694 ompi/communicator/communicator.h                                          const void *arg1, bool send_first, int mode, ompi_request_t **req);
send_first         94 ompi/dpm/dpm.c                             const char *port_string, bool send_first,
send_first        212 ompi/dpm/dpm.c         if (send_first) {
send_first        485 ompi/dpm/dpm.c                              send_first,                /* send or recv first */
send_first        497 ompi/dpm/dpm.c                               send_first,                /* send or recv first */
send_first        981 ompi/dpm/dpm.c     bool send_first = true;
send_first       1005 ompi/dpm/dpm.c     rc = ompi_dpm_connect_accept(MPI_COMM_WORLD, root, port_name, send_first, &newcomm);
send_first         48 ompi/dpm/dpm.h                             const char *port, bool send_first,
send_first         54 ompi/mpi/c/comm_accept.c     bool send_first=false; /* we receive first */
send_first        107 ompi/mpi/c/comm_accept.c 	rc = ompi_dpm_connect_accept (comm, root, port_name, send_first,
send_first        111 ompi/mpi/c/comm_accept.c 	rc = ompi_dpm_connect_accept (comm, root, NULL, send_first,
send_first         54 ompi/mpi/c/comm_connect.c     bool send_first=true;   /* yes, we are the active part in this game */
send_first        109 ompi/mpi/c/comm_connect.c         rc = ompi_dpm_connect_accept (comm, root, port_name, send_first,
send_first        113 ompi/mpi/c/comm_connect.c         rc = ompi_dpm_connect_accept (comm, root, NULL, send_first,
send_first         66 ompi/mpi/c/comm_join.c     int send_first=0;
send_first        100 ompi/mpi/c/comm_join.c             send_first = true;
send_first        107 ompi/mpi/c/comm_join.c             send_first = false;
send_first        110 ompi/mpi/c/comm_join.c         send_first = true;
send_first        119 ompi/mpi/c/comm_join.c     if (send_first) {
send_first        140 ompi/mpi/c/comm_join.c     rc = ompi_dpm_connect_accept (MPI_COMM_SELF, 0, port_name, send_first, &newcomp);
send_first         55 ompi/mpi/c/comm_spawn.c     bool send_first = false; /* we wait to be contacted */
send_first        138 ompi/mpi/c/comm_spawn.c         rc = ompi_dpm_connect_accept (comm, root, port_name, send_first, &newcomp);
send_first         57 ompi/mpi/c/comm_spawn_multiple.c     bool send_first=false; /* they are contacting us first */
send_first        179 ompi/mpi/c/comm_spawn_multiple.c         rc = ompi_dpm_connect_accept (comm, root, port_name, send_first, &newcomp);