eh                138 ompi/communicator/comm_init.c     ompi_mpi_comm_world.comm.error_handler  = &ompi_mpi_errors_are_fatal.eh;
eh                139 ompi/communicator/comm_init.c     OBJ_RETAIN( &ompi_mpi_errors_are_fatal.eh );
eh                191 ompi/communicator/comm_init.c     ompi_mpi_comm_self.comm.error_handler  = &ompi_mpi_errors_are_fatal.eh;
eh                192 ompi/communicator/comm_init.c     OBJ_RETAIN( &ompi_mpi_errors_are_fatal.eh );
eh                217 ompi/communicator/comm_init.c     ompi_mpi_comm_null.comm.error_handler  = &ompi_mpi_errors_are_fatal.eh;
eh                218 ompi/communicator/comm_init.c     OBJ_RETAIN( &ompi_mpi_errors_are_fatal.eh );
eh                230 ompi/communicator/comm_init.c     OBJ_RETAIN(&ompi_mpi_errors_are_fatal.eh);
eh                 51 ompi/errhandler/errhandler.c static void ompi_errhandler_construct(ompi_errhandler_t *eh);
eh                 52 ompi/errhandler/errhandler.c static void ompi_errhandler_destruct(ompi_errhandler_t *eh);
eh                 93 ompi/errhandler/errhandler.c   OBJ_CONSTRUCT( &ompi_mpi_errhandler_null.eh, ompi_errhandler_t );
eh                 94 ompi/errhandler/errhandler.c   if( ompi_mpi_errhandler_null.eh.eh_f_to_c_index != OMPI_ERRHANDLER_NULL_FORTRAN )
eh                 96 ompi/errhandler/errhandler.c   ompi_mpi_errhandler_null.eh.eh_mpi_object_type = OMPI_ERRHANDLER_TYPE_PREDEFINED;
eh                 97 ompi/errhandler/errhandler.c   ompi_mpi_errhandler_null.eh.eh_lang = OMPI_ERRHANDLER_LANG_C;
eh                 98 ompi/errhandler/errhandler.c   ompi_mpi_errhandler_null.eh.eh_comm_fn = NULL;
eh                 99 ompi/errhandler/errhandler.c   ompi_mpi_errhandler_null.eh.eh_file_fn = NULL;
eh                100 ompi/errhandler/errhandler.c   ompi_mpi_errhandler_null.eh.eh_win_fn  = NULL ;
eh                101 ompi/errhandler/errhandler.c   ompi_mpi_errhandler_null.eh.eh_fort_fn = NULL;
eh                102 ompi/errhandler/errhandler.c   opal_string_copy(ompi_mpi_errhandler_null.eh.eh_name, "MPI_ERRHANDLER_NULL",
eh                103 ompi/errhandler/errhandler.c                    sizeof(ompi_mpi_errhandler_null.eh.eh_name));
eh                105 ompi/errhandler/errhandler.c   OBJ_CONSTRUCT( &ompi_mpi_errors_are_fatal.eh, ompi_errhandler_t );
eh                106 ompi/errhandler/errhandler.c   if( ompi_mpi_errors_are_fatal.eh.eh_f_to_c_index != OMPI_ERRORS_ARE_FATAL_FORTRAN )
eh                108 ompi/errhandler/errhandler.c   ompi_mpi_errors_are_fatal.eh.eh_mpi_object_type = OMPI_ERRHANDLER_TYPE_PREDEFINED;
eh                109 ompi/errhandler/errhandler.c   ompi_mpi_errors_are_fatal.eh.eh_lang = OMPI_ERRHANDLER_LANG_C;
eh                110 ompi/errhandler/errhandler.c   ompi_mpi_errors_are_fatal.eh.eh_comm_fn = ompi_mpi_errors_are_fatal_comm_handler;
eh                111 ompi/errhandler/errhandler.c   ompi_mpi_errors_are_fatal.eh.eh_file_fn = ompi_mpi_errors_are_fatal_file_handler;
eh                112 ompi/errhandler/errhandler.c   ompi_mpi_errors_are_fatal.eh.eh_win_fn  = ompi_mpi_errors_are_fatal_win_handler ;
eh                113 ompi/errhandler/errhandler.c   ompi_mpi_errors_are_fatal.eh.eh_fort_fn = NULL;
eh                114 ompi/errhandler/errhandler.c   opal_string_copy(ompi_mpi_errors_are_fatal.eh.eh_name,
eh                116 ompi/errhandler/errhandler.c                    sizeof(ompi_mpi_errors_are_fatal.eh.eh_name));
eh                118 ompi/errhandler/errhandler.c   OBJ_CONSTRUCT( &ompi_mpi_errors_return.eh, ompi_errhandler_t );
eh                119 ompi/errhandler/errhandler.c   if( ompi_mpi_errors_return.eh.eh_f_to_c_index != OMPI_ERRORS_RETURN_FORTRAN )
eh                121 ompi/errhandler/errhandler.c   ompi_mpi_errors_return.eh.eh_mpi_object_type  = OMPI_ERRHANDLER_TYPE_PREDEFINED;
eh                122 ompi/errhandler/errhandler.c   ompi_mpi_errors_return.eh.eh_lang = OMPI_ERRHANDLER_LANG_C;
eh                123 ompi/errhandler/errhandler.c   ompi_mpi_errors_return.eh.eh_comm_fn = ompi_mpi_errors_return_comm_handler;
eh                124 ompi/errhandler/errhandler.c   ompi_mpi_errors_return.eh.eh_file_fn = ompi_mpi_errors_return_file_handler;
eh                125 ompi/errhandler/errhandler.c   ompi_mpi_errors_return.eh.eh_win_fn  = ompi_mpi_errors_return_win_handler;
eh                126 ompi/errhandler/errhandler.c   ompi_mpi_errors_return.eh.eh_fort_fn = NULL;
eh                127 ompi/errhandler/errhandler.c   opal_string_copy(ompi_mpi_errors_return.eh.eh_name, "MPI_ERRORS_RETURN",
eh                128 ompi/errhandler/errhandler.c                    sizeof(ompi_mpi_errors_return.eh.eh_name));
eh                135 ompi/errhandler/errhandler.c   OBJ_CONSTRUCT( &ompi_mpi_errors_throw_exceptions.eh, ompi_errhandler_t );
eh                136 ompi/errhandler/errhandler.c   ompi_mpi_errors_throw_exceptions.eh.eh_mpi_object_type =
eh                138 ompi/errhandler/errhandler.c   ompi_mpi_errors_throw_exceptions.eh.eh_lang = OMPI_ERRHANDLER_LANG_C;
eh                139 ompi/errhandler/errhandler.c   ompi_mpi_errors_throw_exceptions.eh.eh_comm_fn =
eh                141 ompi/errhandler/errhandler.c   ompi_mpi_errors_throw_exceptions.eh.eh_file_fn =
eh                143 ompi/errhandler/errhandler.c   ompi_mpi_errors_throw_exceptions.eh.eh_win_fn  =
eh                145 ompi/errhandler/errhandler.c   ompi_mpi_errors_throw_exceptions.eh.eh_fort_fn = NULL;
eh                146 ompi/errhandler/errhandler.c   opal_string_copy(ompi_mpi_errors_throw_exceptions.eh.eh_name,
eh                148 ompi/errhandler/errhandler.c                    sizeof(ompi_mpi_errors_throw_exceptions.eh.eh_name));
eh                161 ompi/errhandler/errhandler.c     OBJ_DESTRUCT(&ompi_mpi_errhandler_null.eh);
eh                162 ompi/errhandler/errhandler.c     OBJ_DESTRUCT(&ompi_mpi_errors_return.eh);
eh                163 ompi/errhandler/errhandler.c     OBJ_DESTRUCT(&ompi_mpi_errors_throw_exceptions.eh);
eh                164 ompi/errhandler/errhandler.c     OBJ_DESTRUCT(&ompi_mpi_errors_are_fatal.eh);
eh                145 ompi/errhandler/errhandler.h     struct ompi_errhandler_t eh;
eh                253 ompi/file/file.c         file->error_handler = &ompi_mpi_errors_return.eh;
eh                 84 ompi/mca/io/romio321/src/io_romio321_file_open.c     if (fh->error_handler != &ompi_mpi_errors_return.eh) {
eh                 86 ompi/mca/io/romio321/src/io_romio321_file_open.c         fh->error_handler = &ompi_mpi_errors_return.eh;
eh                 54 ompi/op/op.c   static void ompi_op_construct(ompi_op_t *eh);
eh                 55 ompi/op/op.c   static void ompi_op_destruct(ompi_op_t *eh);
eh                426 ompi/win/win.c     OBJ_RETAIN(&ompi_mpi_errors_are_fatal.eh);
eh                427 ompi/win/win.c     win->error_handler = &ompi_mpi_errors_are_fatal.eh;
eh                181 opal/mca/pmix/ext2x/ext2x.h #define OPAL_PMIX_THREADSHIFT(e, i, eh, fn, cb, cd)         \
eh                187 opal/mca/pmix/ext2x/ext2x.h         _cd->evhandler = (eh);                              \
eh                176 opal/mca/pmix/ext3x/ext3x.h #define OPAL_PMIX_THREADSHIFT(e, i, eh, fn, cb, cd)         \
eh                182 opal/mca/pmix/ext3x/ext3x.h         _cd->evhandler = (eh);                              \
eh                176 opal/mca/pmix/pmix4x/pmix4x.h #define OPAL_PMIX_THREADSHIFT(e, i, eh, fn, cb, cd)         \
eh                182 opal/mca/pmix/pmix4x/pmix4x.h         _cd->evhandler = (eh);                              \