errhandler        830 ompi/debuggers/mpihandles_interface.h                             mqs_taddr_t errhandler,
errhandler         57 ompi/debuggers/predefined_pad_test.c     PAD_CHECK(errhandler);
errhandler        290 ompi/errhandler/errhandler.c static void ompi_errhandler_destruct(ompi_errhandler_t *errhandler)
errhandler        296 ompi/errhandler/errhandler.c                                         errhandler->eh_f_to_c_index)) {
errhandler        298 ompi/errhandler/errhandler.c                                 errhandler->eh_f_to_c_index, NULL);
errhandler        341 ompi/errhandler/errhandler.h   OMPI_DECLSPEC int ompi_errhandler_invoke(ompi_errhandler_t *errhandler, void *mpi_object,
errhandler        416 ompi/errhandler/errhandler.h static inline bool ompi_errhandler_is_intrinsic(ompi_errhandler_t *errhandler)
errhandler        418 ompi/errhandler/errhandler.h     if ( OMPI_ERRHANDLER_TYPE_PREDEFINED == errhandler->eh_mpi_object_type )
errhandler         36 ompi/errhandler/errhandler_invoke.c int ompi_errhandler_invoke(ompi_errhandler_t *errhandler, void *mpi_object,
errhandler         45 ompi/errhandler/errhandler_invoke.c     if (NULL == errhandler) {
errhandler         56 ompi/errhandler/errhandler_invoke.c         switch (errhandler->eh_lang) {
errhandler         58 ompi/errhandler/errhandler_invoke.c             errhandler->eh_comm_fn(&comm, &err_code, message, NULL);
errhandler         62 ompi/errhandler/errhandler_invoke.c             errhandler->eh_cxx_dispatch_fn(&comm, &err_code, message,
errhandler         63 ompi/errhandler/errhandler_invoke.c                                            (ompi_errhandler_generic_handler_fn_t *)errhandler->eh_comm_fn);
errhandler         68 ompi/errhandler/errhandler_invoke.c             errhandler->eh_fort_fn(&fortran_handle, &fortran_err_code);
errhandler         76 ompi/errhandler/errhandler_invoke.c         switch (errhandler->eh_lang) {
errhandler         78 ompi/errhandler/errhandler_invoke.c             errhandler->eh_win_fn(&win, &err_code, message, NULL);
errhandler         82 ompi/errhandler/errhandler_invoke.c             errhandler->eh_cxx_dispatch_fn(&win, &err_code, message,
errhandler         83 ompi/errhandler/errhandler_invoke.c                                            (ompi_errhandler_generic_handler_fn_t *)errhandler->eh_win_fn);
errhandler         88 ompi/errhandler/errhandler_invoke.c             errhandler->eh_fort_fn(&fortran_handle, &fortran_err_code);
errhandler         96 ompi/errhandler/errhandler_invoke.c         switch (errhandler->eh_lang) {
errhandler         98 ompi/errhandler/errhandler_invoke.c             errhandler->eh_file_fn(&file, &err_code, message, NULL);
errhandler        102 ompi/errhandler/errhandler_invoke.c             errhandler->eh_cxx_dispatch_fn(&file, &err_code, message,
errhandler        103 ompi/errhandler/errhandler_invoke.c                                            (ompi_errhandler_generic_handler_fn_t *)errhandler->eh_file_fn);
errhandler        108 ompi/errhandler/errhandler_invoke.c             errhandler->eh_fort_fn(&fortran_handle, &fortran_err_code);
errhandler         21 ompi/mca/io/romio321/romio/mpi-io/get_errh.c int MPI_File_get_errhandler(MPI_File file, MPI_Errhandler *errhandler) __attribute__((weak,alias("PMPI_File_get_errhandler")));
errhandler         40 ompi/mca/io/romio321/romio/mpi-io/get_errh.c int MPI_File_get_errhandler(MPI_File mpi_fh, MPI_Errhandler *errhandler)
errhandler         50 ompi/mca/io/romio321/romio/mpi-io/get_errh.c 	*errhandler = ADIOI_DFLT_ERR_HANDLER;
errhandler         65 ompi/mca/io/romio321/romio/mpi-io/get_errh.c 	*errhandler = fh->err_handler;
errhandler         21 ompi/mca/io/romio321/romio/mpi-io/set_errh.c int MPI_File_set_errhandler(MPI_File file, MPI_Errhandler errhandler) __attribute__((weak,alias("PMPI_File_set_errhandler")));
errhandler         38 ompi/mca/io/romio321/romio/mpi-io/set_errh.c int MPI_File_set_errhandler(MPI_File mpi_fh, MPI_Errhandler errhandler)
errhandler         48 ompi/mca/io/romio321/romio/mpi-io/set_errh.c 	ADIOI_DFLT_ERR_HANDLER = errhandler;
errhandler         57 ompi/mca/io/romio321/romio/mpi-io/set_errh.c 	if ((errhandler != MPI_ERRORS_RETURN) &&
errhandler         58 ompi/mca/io/romio321/romio/mpi-io/set_errh.c 	    (errhandler != MPI_ERRORS_ARE_FATAL))
errhandler         70 ompi/mca/io/romio321/romio/mpi-io/set_errh.c 	fh->err_handler = errhandler;
errhandler         41 ompi/mpi/c/comm_create_errhandler.c                                MPI_Errhandler *errhandler)
errhandler         51 ompi/mpi/c/comm_create_errhandler.c         NULL == errhandler) {
errhandler         61 ompi/mpi/c/comm_create_errhandler.c   *errhandler =
errhandler         65 ompi/mpi/c/comm_create_errhandler.c   if (NULL == *errhandler) {
errhandler         44 ompi/mpi/c/comm_get_errhandler.c int MPI_Comm_get_errhandler(MPI_Comm comm, MPI_Errhandler *errhandler)
errhandler         60 ompi/mpi/c/comm_get_errhandler.c       } else if (NULL == errhandler) {
errhandler         70 ompi/mpi/c/comm_get_errhandler.c     *errhandler = comm->error_handler;
errhandler         42 ompi/mpi/c/comm_set_errhandler.c int MPI_Comm_set_errhandler(MPI_Comm comm, MPI_Errhandler errhandler)
errhandler         60 ompi/mpi/c/comm_set_errhandler.c         } else if (NULL == errhandler ||
errhandler         61 ompi/mpi/c/comm_set_errhandler.c                    MPI_ERRHANDLER_NULL == errhandler ||
errhandler         62 ompi/mpi/c/comm_set_errhandler.c                    ( OMPI_ERRHANDLER_TYPE_COMM != errhandler->eh_mpi_object_type &&
errhandler         63 ompi/mpi/c/comm_set_errhandler.c                      OMPI_ERRHANDLER_TYPE_PREDEFINED != errhandler->eh_mpi_object_type) ) {
errhandler         70 ompi/mpi/c/comm_set_errhandler.c     OBJ_RETAIN(errhandler);
errhandler         75 ompi/mpi/c/comm_set_errhandler.c     comm->error_handler = errhandler;
errhandler         39 ompi/mpi/c/errhandler_c2f.c MPI_Fint MPI_Errhandler_c2f(MPI_Errhandler errhandler)
errhandler         50 ompi/mpi/c/errhandler_c2f.c     if (NULL == errhandler) {
errhandler         56 ompi/mpi/c/errhandler_c2f.c   return OMPI_INT_2_FINT(errhandler->eh_f_to_c_index);
errhandler         38 ompi/mpi/c/errhandler_free.c int MPI_Errhandler_free(MPI_Errhandler *errhandler)
errhandler         51 ompi/mpi/c/errhandler_free.c     if (NULL == errhandler ||
errhandler         52 ompi/mpi/c/errhandler_free.c         (ompi_errhandler_is_intrinsic(*errhandler) &&
errhandler         53 ompi/mpi/c/errhandler_free.c          1 == (*errhandler)->super.obj_reference_count)) {
errhandler         75 ompi/mpi/c/errhandler_free.c   OBJ_RELEASE(*errhandler);
errhandler         76 ompi/mpi/c/errhandler_free.c   *errhandler = MPI_ERRHANDLER_NULL;
errhandler         41 ompi/mpi/c/file_create_errhandler.c 		                        MPI_Errhandler *errhandler) {
errhandler         49 ompi/mpi/c/file_create_errhandler.c         NULL == errhandler) {
errhandler         59 ompi/mpi/c/file_create_errhandler.c   *errhandler =
errhandler         63 ompi/mpi/c/file_create_errhandler.c   if (NULL == *errhandler) {
errhandler         43 ompi/mpi/c/file_get_errhandler.c int MPI_File_get_errhandler( MPI_File file, MPI_Errhandler *errhandler)
errhandler         59 ompi/mpi/c/file_get_errhandler.c     } else if (NULL == errhandler) {
errhandler         68 ompi/mpi/c/file_get_errhandler.c   *errhandler = file->error_handler;
errhandler         42 ompi/mpi/c/file_set_errhandler.c int MPI_File_set_errhandler( MPI_File file, MPI_Errhandler errhandler)
errhandler         60 ompi/mpi/c/file_set_errhandler.c         } else if (NULL == errhandler ||
errhandler         61 ompi/mpi/c/file_set_errhandler.c                    MPI_ERRHANDLER_NULL == errhandler ||
errhandler         62 ompi/mpi/c/file_set_errhandler.c                    (OMPI_ERRHANDLER_TYPE_FILE != errhandler->eh_mpi_object_type &&
errhandler         63 ompi/mpi/c/file_set_errhandler.c 		    OMPI_ERRHANDLER_TYPE_PREDEFINED != errhandler->eh_mpi_object_type) ) {
errhandler         69 ompi/mpi/c/file_set_errhandler.c     OBJ_RETAIN(errhandler);
errhandler         74 ompi/mpi/c/file_set_errhandler.c     file->error_handler = errhandler;
errhandler         41 ompi/mpi/c/win_create_errhandler.c                               MPI_Errhandler *errhandler)
errhandler         48 ompi/mpi/c/win_create_errhandler.c             NULL == errhandler) {
errhandler         57 ompi/mpi/c/win_create_errhandler.c     *errhandler =
errhandler         61 ompi/mpi/c/win_create_errhandler.c     if (NULL == *errhandler) {
errhandler         43 ompi/mpi/c/win_get_errhandler.c int MPI_Win_get_errhandler(MPI_Win win, MPI_Errhandler *errhandler)
errhandler         52 ompi/mpi/c/win_get_errhandler.c         } else if (NULL == errhandler) {
errhandler         62 ompi/mpi/c/win_get_errhandler.c     *errhandler = win->error_handler;
errhandler         43 ompi/mpi/c/win_set_errhandler.c int MPI_Win_set_errhandler(MPI_Win win, MPI_Errhandler errhandler)
errhandler         55 ompi/mpi/c/win_set_errhandler.c         } else if (NULL == errhandler ||
errhandler         56 ompi/mpi/c/win_set_errhandler.c                    MPI_ERRHANDLER_NULL == errhandler ||
errhandler         57 ompi/mpi/c/win_set_errhandler.c                    (OMPI_ERRHANDLER_TYPE_WIN != errhandler->eh_mpi_object_type &&
errhandler         58 ompi/mpi/c/win_set_errhandler.c                     OMPI_ERRHANDLER_TYPE_PREDEFINED != errhandler->eh_mpi_object_type) ) {
errhandler         64 ompi/mpi/c/win_set_errhandler.c     OBJ_RETAIN(errhandler);
errhandler         69 ompi/mpi/c/win_set_errhandler.c     win->error_handler = errhandler;
errhandler        388 ompi/mpi/cxx/comm.h   virtual void Set_errhandler(const Errhandler& errhandler);
errhandler        541 ompi/mpi/cxx/comm_inln.h     MPI_Errhandler errhandler;
errhandler        542 ompi/mpi/cxx/comm_inln.h     MPI_Comm_get_errhandler(mpi_comm, &errhandler);
errhandler        543 ompi/mpi/cxx/comm_inln.h     return errhandler;
errhandler        547 ompi/mpi/cxx/comm_inln.h MPI::Comm::Set_errhandler(const MPI::Errhandler& errhandler)
errhandler        549 ompi/mpi/cxx/comm_inln.h     (void)MPI_Comm_set_errhandler(mpi_comm, errhandler);
errhandler         95 ompi/mpi/cxx/cxx_glue.c     ompi_errhandler_t *errhandler;
errhandler         96 ompi/mpi/cxx/cxx_glue.c     errhandler = ompi_errhandler_create(OMPI_ERRHANDLER_TYPE_COMM,
errhandler         99 ompi/mpi/cxx/cxx_glue.c     errhandler->eh_cxx_dispatch_fn =
errhandler        101 ompi/mpi/cxx/cxx_glue.c     return errhandler;
errhandler        106 ompi/mpi/cxx/cxx_glue.c     ompi_errhandler_t *errhandler;
errhandler        107 ompi/mpi/cxx/cxx_glue.c     errhandler = ompi_errhandler_create(OMPI_ERRHANDLER_TYPE_WIN,
errhandler        110 ompi/mpi/cxx/cxx_glue.c     errhandler->eh_cxx_dispatch_fn =
errhandler        112 ompi/mpi/cxx/cxx_glue.c     return errhandler;
errhandler        117 ompi/mpi/cxx/cxx_glue.c     ompi_errhandler_t *errhandler;
errhandler        118 ompi/mpi/cxx/cxx_glue.c     errhandler = ompi_errhandler_create(OMPI_ERRHANDLER_TYPE_FILE,
errhandler        121 ompi/mpi/cxx/cxx_glue.c     errhandler->eh_cxx_dispatch_fn =
errhandler        123 ompi/mpi/cxx/cxx_glue.c     return errhandler;
errhandler        146 ompi/mpi/cxx/cxx_glue.c void ompi_cxx_errhandler_set_callbacks (struct ompi_errhandler_t *errhandler, MPI_Comm_errhandler_function *eh_comm_fn,
errhandler        149 ompi/mpi/cxx/cxx_glue.c     errhandler->eh_comm_fn = eh_comm_fn;
errhandler        150 ompi/mpi/cxx/cxx_glue.c     errhandler->eh_file_fn = eh_file_fn;
errhandler        151 ompi/mpi/cxx/cxx_glue.c     errhandler->eh_win_fn = eh_win_fn;
errhandler         81 ompi/mpi/cxx/cxx_glue.h void ompi_cxx_errhandler_set_callbacks (struct ompi_errhandler_t *errhandler, MPI_Comm_errhandler_function *eh_comm_fn,
errhandler        304 ompi/mpi/cxx/file.h   void Set_errhandler(const MPI::Errhandler& errhandler) const;
errhandler        637 ompi/mpi/cxx/file_inln.h MPI::File::Set_errhandler(const MPI::Errhandler& errhandler) const
errhandler        639 ompi/mpi/cxx/file_inln.h     (void)MPI_File_set_errhandler(mpi_file, errhandler);
errhandler        646 ompi/mpi/cxx/file_inln.h     MPI_Errhandler errhandler;
errhandler        647 ompi/mpi/cxx/file_inln.h     MPI_File_get_errhandler(mpi_file, &errhandler);
errhandler        648 ompi/mpi/cxx/file_inln.h     return errhandler;
errhandler         97 ompi/mpi/cxx/win.h   virtual void Set_errhandler(const MPI::Errhandler& errhandler) const;
errhandler         32 ompi/mpi/cxx/win_inln.h     MPI_Errhandler errhandler;
errhandler         33 ompi/mpi/cxx/win_inln.h     MPI_Win_get_errhandler(mpi_win, &errhandler);
errhandler         34 ompi/mpi/cxx/win_inln.h     return errhandler;
errhandler         39 ompi/mpi/cxx/win_inln.h MPI::Win::Set_errhandler(const MPI::Errhandler& errhandler) const
errhandler         41 ompi/mpi/cxx/win_inln.h     (void)MPI_Win_set_errhandler(mpi_win, errhandler);
errhandler         43 ompi/mpi/fortran/mpif-h/comm_create_errhandler_f.c                            (ompi_errhandler_fortran_handler_fn_t* function, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         44 ompi/mpi/fortran/mpif-h/comm_create_errhandler_f.c                            (function, errhandler, ierr) )
errhandler         63 ompi/mpi/fortran/mpif-h/comm_create_errhandler_f.c                            (ompi_errhandler_fortran_handler_fn_t* function, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         64 ompi/mpi/fortran/mpif-h/comm_create_errhandler_f.c                            (function, errhandler, ierr) )
errhandler         74 ompi/mpi/fortran/mpif-h/comm_create_errhandler_f.c 				  MPI_Fint *errhandler, MPI_Fint *ierr)
errhandler         82 ompi/mpi/fortran/mpif-h/comm_create_errhandler_f.c         *errhandler = PMPI_Errhandler_c2f(c_errhandler);
errhandler         69 ompi/mpi/fortran/mpif-h/comm_get_errhandler_f.c void ompi_comm_get_errhandler_f(MPI_Fint *comm, MPI_Fint *errhandler,
errhandler         82 ompi/mpi/fortran/mpif-h/comm_get_errhandler_f.c         *errhandler = PMPI_Errhandler_c2f(c_errhandler);
errhandler         42 ompi/mpi/fortran/mpif-h/comm_set_errhandler_f.c                            (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         43 ompi/mpi/fortran/mpif-h/comm_set_errhandler_f.c                            (comm, errhandler, ierr) )
errhandler         62 ompi/mpi/fortran/mpif-h/comm_set_errhandler_f.c                            (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         63 ompi/mpi/fortran/mpif-h/comm_set_errhandler_f.c                            (comm, errhandler, ierr) )
errhandler         70 ompi/mpi/fortran/mpif-h/comm_set_errhandler_f.c void ompi_comm_set_errhandler_f(MPI_Fint *comm, MPI_Fint *errhandler,
errhandler         78 ompi/mpi/fortran/mpif-h/comm_set_errhandler_f.c     c_errhandler = PMPI_Errhandler_f2c(*errhandler);
errhandler         42 ompi/mpi/fortran/mpif-h/errhandler_create_f.c                            (ompi_errhandler_fortran_handler_fn_t* function, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         43 ompi/mpi/fortran/mpif-h/errhandler_create_f.c                            (function, errhandler, ierr) )
errhandler         62 ompi/mpi/fortran/mpif-h/errhandler_create_f.c                            (ompi_errhandler_fortran_handler_fn_t* function, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         63 ompi/mpi/fortran/mpif-h/errhandler_create_f.c                            (function, errhandler, ierr) )
errhandler         70 ompi/mpi/fortran/mpif-h/errhandler_create_f.c 			     MPI_Fint *errhandler, MPI_Fint *ierr)
errhandler         72 ompi/mpi/fortran/mpif-h/errhandler_create_f.c     ompi_comm_create_errhandler_f(function, errhandler, ierr);
errhandler         41 ompi/mpi/fortran/mpif-h/errhandler_free_f.c                            (MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         42 ompi/mpi/fortran/mpif-h/errhandler_free_f.c                            (errhandler, ierr) )
errhandler         61 ompi/mpi/fortran/mpif-h/errhandler_free_f.c                            (MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         62 ompi/mpi/fortran/mpif-h/errhandler_free_f.c                            (errhandler, ierr) )
errhandler         69 ompi/mpi/fortran/mpif-h/errhandler_free_f.c void ompi_errhandler_free_f(MPI_Fint *errhandler, MPI_Fint *ierr)
errhandler         74 ompi/mpi/fortran/mpif-h/errhandler_free_f.c     c_errhandler = PMPI_Errhandler_f2c(*errhandler);
errhandler         80 ompi/mpi/fortran/mpif-h/errhandler_free_f.c         *errhandler = PMPI_Errhandler_c2f(c_errhandler);
errhandler         41 ompi/mpi/fortran/mpif-h/errhandler_get_f.c                            (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         42 ompi/mpi/fortran/mpif-h/errhandler_get_f.c                            (comm, errhandler, ierr) )
errhandler         61 ompi/mpi/fortran/mpif-h/errhandler_get_f.c                            (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         62 ompi/mpi/fortran/mpif-h/errhandler_get_f.c                            (comm, errhandler, ierr) )
errhandler         69 ompi/mpi/fortran/mpif-h/errhandler_get_f.c void ompi_errhandler_get_f(MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr)
errhandler         81 ompi/mpi/fortran/mpif-h/errhandler_get_f.c         *errhandler = PMPI_Errhandler_c2f(c_errhandler);
errhandler         42 ompi/mpi/fortran/mpif-h/errhandler_set_f.c                            (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         43 ompi/mpi/fortran/mpif-h/errhandler_set_f.c                            (comm, errhandler, ierr) )
errhandler         62 ompi/mpi/fortran/mpif-h/errhandler_set_f.c                            (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         63 ompi/mpi/fortran/mpif-h/errhandler_set_f.c                            (comm, errhandler, ierr) )
errhandler         70 ompi/mpi/fortran/mpif-h/errhandler_set_f.c void ompi_errhandler_set_f(MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr)
errhandler         77 ompi/mpi/fortran/mpif-h/errhandler_set_f.c     c_errhandler = PMPI_Errhandler_f2c(*errhandler);
errhandler         43 ompi/mpi/fortran/mpif-h/file_create_errhandler_f.c                            (ompi_errhandler_fortran_handler_fn_t* function, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         44 ompi/mpi/fortran/mpif-h/file_create_errhandler_f.c                            (function, errhandler, ierr) )
errhandler         63 ompi/mpi/fortran/mpif-h/file_create_errhandler_f.c                            (ompi_errhandler_fortran_handler_fn_t* function, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         64 ompi/mpi/fortran/mpif-h/file_create_errhandler_f.c                            (function, errhandler, ierr) )
errhandler         74 ompi/mpi/fortran/mpif-h/file_create_errhandler_f.c 				  MPI_Fint *errhandler, MPI_Fint *ierr)
errhandler         82 ompi/mpi/fortran/mpif-h/file_create_errhandler_f.c         *errhandler = PMPI_Errhandler_c2f(c_errhandler);
errhandler         41 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c                            (MPI_Fint *file, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         42 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c                            (file, errhandler, ierr) )
errhandler         61 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c                            (MPI_Fint *file, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         62 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c                            (file, errhandler, ierr) )
errhandler         69 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c void ompi_file_get_errhandler_f(MPI_Fint *fh, MPI_Fint *errhandler, MPI_Fint *ierr)
errhandler         81 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c         *errhandler = PMPI_Errhandler_c2f(c_errhandler);
errhandler         42 ompi/mpi/fortran/mpif-h/file_set_errhandler_f.c                            (MPI_Fint *file, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         43 ompi/mpi/fortran/mpif-h/file_set_errhandler_f.c                            (file, errhandler, ierr) )
errhandler         62 ompi/mpi/fortran/mpif-h/file_set_errhandler_f.c                            (MPI_Fint *file, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         63 ompi/mpi/fortran/mpif-h/file_set_errhandler_f.c                            (file, errhandler, ierr) )
errhandler         70 ompi/mpi/fortran/mpif-h/file_set_errhandler_f.c void ompi_file_set_errhandler_f(MPI_Fint *fh, MPI_Fint *errhandler,
errhandler         75 ompi/mpi/fortran/mpif-h/file_set_errhandler_f.c     MPI_Errhandler c_err = PMPI_Errhandler_f2c(*errhandler);
errhandler        124 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_create_errhandler, mpi_comm_create_errhandler, MPI_COMM_CREATE_ERRHANDLER, (ompi_errhandler_fortran_handler_fn_t* function, MPI_Fint *errhandler, MPI_Fint *ierr));
errhandler        147 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_set_errhandler, mpi_comm_set_errhandler, MPI_COMM_SET_ERRHANDLER, (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr));
errhandler        161 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Errhandler_create, mpi_errhandler_create, MPI_ERRHANDLER_CREATE, (ompi_errhandler_fortran_handler_fn_t* function, MPI_Fint *errhandler, MPI_Fint *ierr));
errhandler        162 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Errhandler_free, mpi_errhandler_free, MPI_ERRHANDLER_FREE, (MPI_Fint *errhandler, MPI_Fint *ierr));
errhandler        163 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Errhandler_get, mpi_errhandler_get, MPI_ERRHANDLER_GET, (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr));
errhandler        164 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Errhandler_set, mpi_errhandler_set, MPI_ERRHANDLER_SET, (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr));
errhandler        171 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_create_errhandler, mpi_file_create_errhandler, MPI_FILE_CREATE_ERRHANDLER, (ompi_errhandler_fortran_handler_fn_t* function, MPI_Fint *errhandler, MPI_Fint *ierr));
errhandler        172 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_set_errhandler, mpi_file_set_errhandler, MPI_FILE_SET_ERRHANDLER, (MPI_Fint *file, MPI_Fint *errhandler, MPI_Fint *ierr));
errhandler        173 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_errhandler, mpi_file_get_errhandler, MPI_FILE_GET_ERRHANDLER, (MPI_Fint *file, MPI_Fint *errhandler, MPI_Fint *ierr));
errhandler        421 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Win_create_errhandler, mpi_win_create_errhandler, MPI_WIN_CREATE_ERRHANDLER, (ompi_errhandler_fortran_handler_fn_t* function, MPI_Fint *errhandler, MPI_Fint *ierr));
errhandler        433 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Win_get_errhandler, mpi_win_get_errhandler, MPI_WIN_GET_ERRHANDLER, (MPI_Fint *win, MPI_Fint *errhandler, MPI_Fint *ierr));
errhandler        441 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Win_set_errhandler, mpi_win_set_errhandler, MPI_WIN_SET_ERRHANDLER, (MPI_Fint *win, MPI_Fint *errhandler, MPI_Fint *ierr));
errhandler         43 ompi/mpi/fortran/mpif-h/win_create_errhandler_f.c                            (ompi_errhandler_fortran_handler_fn_t* function, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         44 ompi/mpi/fortran/mpif-h/win_create_errhandler_f.c                            (function, errhandler, ierr) )
errhandler         63 ompi/mpi/fortran/mpif-h/win_create_errhandler_f.c                            (ompi_errhandler_fortran_handler_fn_t* function, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         64 ompi/mpi/fortran/mpif-h/win_create_errhandler_f.c                            (function, errhandler, ierr) )
errhandler         74 ompi/mpi/fortran/mpif-h/win_create_errhandler_f.c 				 MPI_Fint *errhandler, MPI_Fint *ierr)
errhandler         81 ompi/mpi/fortran/mpif-h/win_create_errhandler_f.c         *errhandler = PMPI_Errhandler_c2f(c_errhandler);
errhandler         41 ompi/mpi/fortran/mpif-h/win_get_errhandler_f.c                            (MPI_Fint *win, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         42 ompi/mpi/fortran/mpif-h/win_get_errhandler_f.c                            (win, errhandler, ierr) )
errhandler         61 ompi/mpi/fortran/mpif-h/win_get_errhandler_f.c                            (MPI_Fint *win, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         62 ompi/mpi/fortran/mpif-h/win_get_errhandler_f.c                            (win, errhandler, ierr) )
errhandler         69 ompi/mpi/fortran/mpif-h/win_get_errhandler_f.c void ompi_win_get_errhandler_f(MPI_Fint *win, MPI_Fint *errhandler,
errhandler         80 ompi/mpi/fortran/mpif-h/win_get_errhandler_f.c         *errhandler = PMPI_Errhandler_c2f(c_err);
errhandler         42 ompi/mpi/fortran/mpif-h/win_set_errhandler_f.c                            (MPI_Fint *win, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         43 ompi/mpi/fortran/mpif-h/win_set_errhandler_f.c                            (win, errhandler, ierr) )
errhandler         62 ompi/mpi/fortran/mpif-h/win_set_errhandler_f.c                            (MPI_Fint *win, MPI_Fint *errhandler, MPI_Fint *ierr),
errhandler         63 ompi/mpi/fortran/mpif-h/win_set_errhandler_f.c                            (win, errhandler, ierr) )
errhandler         70 ompi/mpi/fortran/mpif-h/win_set_errhandler_f.c void ompi_win_set_errhandler_f(MPI_Fint *win, MPI_Fint *errhandler,
errhandler         75 ompi/mpi/fortran/mpif-h/win_set_errhandler_f.c     MPI_Errhandler c_err = PMPI_Errhandler_f2c(*errhandler);
errhandler       1895 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_create_errhandler_f(comm_errhandler_fn,errhandler,ierror) &
errhandler       1900 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: errhandler
errhandler       1904 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_get_errhandler_f(comm,errhandler,ierror) &
errhandler       1908 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: errhandler
errhandler       1912 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_set_errhandler_f(comm,errhandler,ierror) &
errhandler       1916 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: errhandler
errhandler       1920 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_errhandler_free_f(errhandler,ierror) &
errhandler       1923 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(INOUT) :: errhandler
errhandler       1954 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_create_errhandler_f(file_errhandler_fn,errhandler,ierror) &
errhandler       1959 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: errhandler
errhandler       1963 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_get_errhandler_f(file,errhandler,ierror) &
errhandler       1967 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: errhandler
errhandler       1971 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_set_errhandler_f(file,errhandler,ierror) &
errhandler       1975 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: errhandler
errhandler       2023 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_win_create_errhandler_f(win_errhandler_fn,errhandler,ierror) &
errhandler       2028 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: errhandler
errhandler       2032 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_win_get_errhandler_f(win,errhandler,ierror) &
errhandler       2036 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: errhandler
errhandler       2040 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_win_set_errhandler_f(win,errhandler,ierror) &
errhandler       2044 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: errhandler
errhandler         46 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_create_errhandler(function, errhandler, ierror)
errhandler         48 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h   integer, intent(out) :: errhandler
errhandler        103 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_errhandler(file, errhandler, ierror)
errhandler        105 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h   integer, intent(out) :: errhandler
errhandler        265 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_set_errhandler(file, errhandler, ierror)
errhandler        267 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h   integer, intent(in) :: errhandler
errhandler        296 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_create_errhandler(function, errhandler, ierror)
errhandler        298 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: errhandler
errhandler        505 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_set_errhandler(comm, errhandler, ierror)
errhandler        507 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: errhandler
errhandler        574 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Errhandler_free(errhandler, ierror)
errhandler        575 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(inout) :: errhandler
errhandler       1894 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Win_create_errhandler(function, errhandler, ierror)
errhandler       1896 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: errhandler
errhandler       1975 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Win_get_errhandler(win, errhandler, ierror)
errhandler       1977 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: errhandler
errhandler       2047 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Win_set_errhandler(win, errhandler, ierror)
errhandler       2049 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: errhandler
errhandler         62 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Errhandler_create(function, errhandler, ierror)
errhandler         64 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h   integer, intent(out) :: errhandler
errhandler         72 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Errhandler_get(comm, errhandler, ierror)
errhandler         74 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h   integer, intent(out) :: errhandler
errhandler         83 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Errhandler_set(comm, errhandler, ierror)
errhandler         85 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h   integer, intent(in) :: errhandler
errhandler         46 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_create_errhandler(function, errhandler, ierror)
errhandler         48 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h   integer, intent(out) :: errhandler
errhandler        103 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_get_errhandler(file, errhandler, ierror)
errhandler        105 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h   integer, intent(out) :: errhandler
errhandler        265 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_set_errhandler(file, errhandler, ierror)
errhandler        267 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h   integer, intent(in) :: errhandler
errhandler        296 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_create_errhandler(function, errhandler, ierror)
errhandler        298 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: errhandler
errhandler        505 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_set_errhandler(comm, errhandler, ierror)
errhandler        507 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: errhandler
errhandler        574 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Errhandler_free(errhandler, ierror)
errhandler        575 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(inout) :: errhandler
errhandler       1896 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Win_create_errhandler(function, errhandler, ierror)
errhandler       1898 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: errhandler
errhandler       1977 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Win_get_errhandler(win, errhandler, ierror)
errhandler       1979 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: errhandler
errhandler       2049 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Win_set_errhandler(win, errhandler, ierror)
errhandler       2051 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: errhandler
errhandler         62 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Errhandler_create(function, errhandler, ierror)
errhandler         64 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h   integer, intent(out) :: errhandler
errhandler         72 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Errhandler_get(comm, errhandler, ierror)
errhandler         74 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h   integer, intent(out) :: errhandler
errhandler         83 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Errhandler_set(comm, errhandler, ierror)
errhandler         85 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h   integer, intent(in) :: errhandler
errhandler        697 ompi/mpi/java/c/mpi_Comm.c         JNIEnv *env, jobject jthis, jlong comm, jlong errhandler)
errhandler        699 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Comm_set_errhandler((MPI_Comm)comm, (MPI_Errhandler)errhandler);
errhandler        706 ompi/mpi/java/c/mpi_Comm.c     MPI_Errhandler errhandler;
errhandler        707 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Comm_get_errhandler((MPI_Comm)comm, &errhandler);
errhandler        709 ompi/mpi/java/c/mpi_Comm.c     return (jlong)errhandler;
errhandler        723 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jlong errhandler)
errhandler        726 ompi/mpi/java/c/mpi_File.c              (MPI_File)fh, (MPI_Errhandler)errhandler);
errhandler        734 ompi/mpi/java/c/mpi_File.c     MPI_Errhandler errhandler;
errhandler        735 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_get_errhandler((MPI_File)fh, &errhandler);
errhandler        737 ompi/mpi/java/c/mpi_File.c     return (jlong)errhandler;
errhandler        222 ompi/mpi/java/c/mpi_Win.c         JNIEnv *env, jobject jthis, jlong win, jlong errhandler)
errhandler        225 ompi/mpi/java/c/mpi_Win.c              (MPI_Win)win, (MPI_Errhandler)errhandler);
errhandler        233 ompi/mpi/java/c/mpi_Win.c     MPI_Errhandler errhandler;
errhandler        234 ompi/mpi/java/c/mpi_Win.c     int rc = MPI_Win_get_errhandler((MPI_Win)win, &errhandler);
errhandler        236 ompi/mpi/java/c/mpi_Win.c     return (jlong)errhandler;
errhandler       1177 ompi/mpi/java/java/Comm.java 	public final void setErrhandler(Errhandler errhandler) throws MPIException
errhandler       1180 ompi/mpi/java/java/Comm.java 		setErrhandler(handle, errhandler.handle);
errhandler       1183 ompi/mpi/java/java/Comm.java 	private native void setErrhandler(long comm, long errhandler)
errhandler       1354 ompi/mpi/java/java/File.java 	public void setErrhandler(Errhandler errhandler) throws MPIException
errhandler       1357 ompi/mpi/java/java/File.java 		setErrhandler(handle, errhandler.handle);
errhandler       1360 ompi/mpi/java/java/File.java 	private native void setErrhandler(long fh, long errhandler)
errhandler        422 ompi/mpi/java/java/Win.java 	public void setErrhandler(Errhandler errhandler) throws MPIException
errhandler        425 ompi/mpi/java/java/Win.java 		setErrhandler(handle, errhandler.handle);
errhandler        428 ompi/mpi/java/java/Win.java 	private native void setErrhandler(long win, long errhandler)
errhandler         40 opal/mca/pmix/base/base.h OPAL_DECLSPEC void opal_pmix_base_deregister_handler(size_t errhandler,
errhandler        187 opal/mca/pmix/pmix4x/pmix/examples/server.c static void errhandler(size_t evhdlr_registration_id,
errhandler        260 opal/mca/pmix/pmix4x/pmix/examples/server.c                                 errhandler, errhandler_reg_callbk, NULL);
errhandler         68 opal/mca/pmix/pmix4x/pmix/test/cli_stages.h void errhandler(size_t evhdlr_registration_id,
errhandler        102 opal/mca/pmix/pmix4x/pmix/test/pmix_client.c     PMIx_Register_event_handler(NULL, 0, NULL, 0, errhandler, errhandler_reg_callbk, NULL);
errhandler        219 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c static void errhandler(size_t evhdlr_registration_id,
errhandler        350 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                                 errhandler, errhandler_reg_callbk, (void*)&mylock);
errhandler        204 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c static void errhandler(size_t evhdlr_registration_id,
errhandler        487 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                                 errhandler, errhandler_reg_callbk, (void*)&mylock);
errhandler        188 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c static void errhandler(size_t evhdlr_registration_id,
errhandler        293 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                                 errhandler, errhandler_reg_callbk, (void*)&mylock);
errhandler        815 opal/mca/pmix/pmix4x/pmix/test/test_server.c                                 errhandler, errhandler_reg_callbk, NULL);