Please, help us to better know about our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.13.2-1
Asynchronous Functions

Detailed Description

Asynchronous Functions.

Functions

herr_t H5Aclose_async (const char *app_file, const char *app_func, unsigned app_line, hid_t attr_id, hid_t es_id)
 
hid_t H5Acreate_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *attr_name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t aapl_id, hid_t es_id)
 
hid_t H5Acreate_by_name_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *obj_name, const char *attr_name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t aapl_id, hid_t lapl_id, hid_t es_id)
 
herr_t H5Aexists_async (const char *app_file, const char *app_func, unsigned app_line, hid_t obj_id, const char *attr_name, hbool_t *exists, hid_t es_id)
 
herr_t H5Aexists_by_name_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *obj_name, const char *attr_name, hbool_t *exists, hid_t lapl_id, hid_t es_id)
 
hid_t H5Aopen_async (const char *app_file, const char *app_func, unsigned app_line, hid_t obj_id, const char *attr_name, hid_t aapl_id, hid_t es_id)
 
hid_t H5Aopen_by_idx_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, hid_t aapl_id, hid_t lapl_id, hid_t es_id)
 
hid_t H5Aopen_by_name_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *obj_name, const char *attr_name, hid_t aapl_id, hid_t lapl_id, hid_t es_id)
 
herr_t H5Aread_async (const char *app_file, const char *app_func, unsigned app_line, hid_t attr_id, hid_t dtype_id, void *buf, hid_t es_id)
 
herr_t H5Arename_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *old_name, const char *new_name, hid_t es_id)
 
herr_t H5Arename_by_name_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *obj_name, const char *old_attr_name, const char *new_attr_name, hid_t lapl_id, hid_t es_id)
 
herr_t H5Awrite_async (const char *app_file, const char *app_func, unsigned app_line, hid_t attr_id, hid_t type_id, const void *buf, hid_t es_id)
 
hid_t H5Dcreate_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *name, hid_t type_id, hid_t space_id, hid_t lcpl_id, hid_t dcpl_id, hid_t dapl_id, hid_t es_id)
 
hid_t H5Dopen_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *name, hid_t dapl_id, hid_t es_id)
 
hid_t H5Dget_space_async (const char *app_file, const char *app_func, unsigned app_line, hid_t dset_id, hid_t es_id)
 
herr_t H5Dread_async (const char *app_file, const char *app_func, unsigned app_line, hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t dxpl_id, void *buf, hid_t es_id)
 
herr_t H5Dwrite_async (const char *app_file, const char *app_func, unsigned app_line, hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t dxpl_id, const void *buf, hid_t es_id)
 
herr_t H5Dset_extent_async (const char *app_file, const char *app_func, unsigned app_line, hid_t dset_id, const hsize_t size[], hid_t es_id)
 
herr_t H5Dclose_async (const char *app_file, const char *app_func, unsigned app_line, hid_t dset_id, hid_t es_id)
 
hid_t H5Fcreate_async (const char *app_file, const char *app_func, unsigned app_line, const char *filename, unsigned flags, hid_t fcpl_id, hid_t fapl_id, hid_t es_id)
 
hid_t H5Fopen_async (const char *app_file, const char *app_func, unsigned app_line, const char *filename, unsigned flags, hid_t access_plist, hid_t es_id)
 
hid_t H5Freopen_async (const char *app_file, const char *app_func, unsigned app_line, hid_t file_id, hid_t es_id)
 
herr_t H5Fflush_async (const char *app_file, const char *app_func, unsigned app_line, hid_t object_id, H5F_scope_t scope, hid_t es_id)
 
herr_t H5Fclose_async (const char *app_file, const char *app_func, unsigned app_line, hid_t file_id, hid_t es_id)
 
hid_t H5Gcreate_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *name, hid_t lcpl_id, hid_t gcpl_id, hid_t gapl_id, hid_t es_id)
 
hid_t H5Gopen_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *name, hid_t gapl_id, hid_t es_id)
 
herr_t H5Gget_info_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, H5G_info_t *ginfo, hid_t es_id)
 
herr_t H5Gget_info_by_name_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *name, H5G_info_t *ginfo, hid_t lapl_id, hid_t es_id)
 
herr_t H5Gget_info_by_idx_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5G_info_t *ginfo, hid_t lapl_id, hid_t es_id)
 
herr_t H5Gclose_async (const char *app_file, const char *app_func, unsigned app_line, hid_t group_id, hid_t es_id)
 
herr_t H5Lcreate_hard_async (const char *app_file, const char *app_func, unsigned app_line, hid_t cur_loc_id, const char *cur_name, hid_t new_loc_id, const char *new_name, hid_t lcpl_id, hid_t lapl_id, hid_t es_id)
 
herr_t H5Lcreate_soft_async (const char *app_file, const char *app_func, unsigned app_line, const char *link_target, hid_t link_loc_id, const char *link_name, hid_t lcpl_id, hid_t lapl_id, hid_t es_id)
 
herr_t H5Ldelete_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *name, hid_t lapl_id, hid_t es_id)
 
herr_t H5Ldelete_by_idx_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, hid_t lapl_id, hid_t es_id)
 
herr_t H5Lexists_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *name, hbool_t *exists, hid_t lapl_id, hid_t es_id)
 
herr_t H5Literate_async (const char *app_file, const char *app_func, unsigned app_line, hid_t group_id, H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx_p, H5L_iterate2_t op, void *op_data, hid_t es_id)
 
hid_t H5Mcreate_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *name, hid_t key_type_id, hid_t val_type_id, hid_t lcpl_id, hid_t mcpl_id, hid_t mapl_id, hid_t es_id)
 
hid_t H5Mopen_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *name, hid_t mapl_id, hid_t es_id)
 
herr_t H5Mclose_async (const char *app_file, const char *app_func, unsigned app_line, hid_t map_id, hid_t es_id)
 
herr_t H5Mput_async (const char *app_file, const char *app_func, unsigned app_line, hid_t map_id, hid_t key_mem_type_id, const void *key, hid_t val_mem_type_id, const void *value, hid_t dxpl_id, hid_t es_id)
 
herr_t H5Mget_async (const char *app_file, const char *app_func, unsigned app_line, hid_t map_id, hid_t key_mem_type_id, const void *key, hid_t val_mem_type_id, void *value, hid_t dxpl_id, hid_t es_id)
 
hid_t H5Oopen_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *name, hid_t lapl_id, hid_t es_id)
 
hid_t H5Oopen_by_idx_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, hid_t lapl_id, hid_t es_id)
 
herr_t H5Oget_info_by_name_async (const char *app_file, const char *app_func, unsigned app_line, hid_t loc_id, const char *name, H5O_info2_t *oinfo, unsigned fields, hid_t lapl_id, hid_t es_id)
 
herr_t H5Ocopy_async (const char *app_file, const char *app_func, unsigned app_line, hid_t src_loc_id, const char *src_name, hid_t dst_loc_id, const char *dst_name, hid_t ocpypl_id, hid_t lcpl_id, hid_t es_id)
 
herr_t H5Oclose_async (const char *app_file, const char *app_func, unsigned app_line, hid_t object_id, hid_t es_id)
 
herr_t H5Oflush_async (const char *app_file, const char *app_func, unsigned app_line, hid_t obj_id, hid_t es_id)
 
herr_t H5Orefresh_async (const char *app_file, const char *app_func, unsigned app_line, hid_t oid, hid_t es_id)
 
hid_t H5Ropen_object_async (const char *app_file, const char *app_func, unsigned app_line, H5R_ref_t *ref_ptr, hid_t rapl_id, hid_t oapl_id, hid_t es_id)
 
hid_t H5Ropen_region_async (const char *app_file, const char *app_func, unsigned app_line, H5R_ref_t *ref_ptr, hid_t rapl_id, hid_t oapl_id, hid_t es_id)
 
hid_t H5Ropen_attr_async (const char *app_file, const char *app_func, unsigned app_line, H5R_ref_t *ref_ptr, hid_t rapl_id, hid_t aapl_id, hid_t es_id)
 

Function Documentation

◆ H5Aclose_async()

herr_t H5Aclose_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  attr_id,
hid_t  es_id 
)

Asynchronous version of H5Aclose()

◆ H5Acreate_async()

hid_t H5Acreate_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  attr_name,
hid_t  type_id,
hid_t  space_id,
hid_t  acpl_id,
hid_t  aapl_id,
hid_t  es_id 
)

Asynchronous version of H5Acreate()

◆ H5Acreate_by_name_async()

hid_t H5Acreate_by_name_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  obj_name,
const char *  attr_name,
hid_t  type_id,
hid_t  space_id,
hid_t  acpl_id,
hid_t  aapl_id,
hid_t  lapl_id,
hid_t  es_id 
)

Asynchronous version of H5Acreate_by_name()

◆ H5Aexists_async()

herr_t H5Aexists_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  obj_id,
const char *  attr_name,
hbool_t exists,
hid_t  es_id 
)

Asynchronous version of H5Aexists()

◆ H5Aexists_by_name_async()

herr_t H5Aexists_by_name_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  obj_name,
const char *  attr_name,
hbool_t exists,
hid_t  lapl_id,
hid_t  es_id 
)

Asynchronous version of H5Aexists_by_name()

◆ H5Aopen_async()

hid_t H5Aopen_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  obj_id,
const char *  attr_name,
hid_t  aapl_id,
hid_t  es_id 
)

Asynchronous version of H5Aopen()

◆ H5Aopen_by_idx_async()

hid_t H5Aopen_by_idx_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  obj_name,
H5_index_t  idx_type,
H5_iter_order_t  order,
hsize_t  n,
hid_t  aapl_id,
hid_t  lapl_id,
hid_t  es_id 
)

Asynchronous version of H5Aopen_by_idx()

◆ H5Aopen_by_name_async()

hid_t H5Aopen_by_name_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  obj_name,
const char *  attr_name,
hid_t  aapl_id,
hid_t  lapl_id,
hid_t  es_id 
)

Asynchronous version of H5Aopen_by_name()

◆ H5Aread_async()

herr_t H5Aread_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  attr_id,
hid_t  dtype_id,
void *  buf,
hid_t  es_id 
)

Asynchronous version of H5Aread()

◆ H5Arename_async()

herr_t H5Arename_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  old_name,
const char *  new_name,
hid_t  es_id 
)

Asynchronous version of H5Arename()

◆ H5Arename_by_name_async()

herr_t H5Arename_by_name_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  obj_name,
const char *  old_attr_name,
const char *  new_attr_name,
hid_t  lapl_id,
hid_t  es_id 
)

Asynchronous version of H5Arename_by_name()

◆ H5Awrite_async()

herr_t H5Awrite_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  attr_id,
hid_t  type_id,
const void *  buf,
hid_t  es_id 
)

Asynchronous version of H5Awrite()

◆ H5Dclose_async()

herr_t H5Dclose_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  dset_id,
hid_t  es_id 
)

Asynchronous version of H5Dclose()

◆ H5Dcreate_async()

hid_t H5Dcreate_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  name,
hid_t  type_id,
hid_t  space_id,
hid_t  lcpl_id,
hid_t  dcpl_id,
hid_t  dapl_id,
hid_t  es_id 
)

Asynchronous version of H5Dcreate()

◆ H5Dget_space_async()

hid_t H5Dget_space_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  dset_id,
hid_t  es_id 
)

Asynchronous version of H5Dget_space()

◆ H5Dopen_async()

hid_t H5Dopen_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  name,
hid_t  dapl_id,
hid_t  es_id 
)

Asynchronous version of H5Dopen()

◆ H5Dread_async()

herr_t H5Dread_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  dset_id,
hid_t  mem_type_id,
hid_t  mem_space_id,
hid_t  file_space_id,
hid_t  dxpl_id,
void *  buf,
hid_t  es_id 
)

Asynchronous version of H5Dread()

◆ H5Dset_extent_async()

herr_t H5Dset_extent_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  dset_id,
const hsize_t  size[],
hid_t  es_id 
)

Asynchronous version of H5Dset_extent()

◆ H5Dwrite_async()

herr_t H5Dwrite_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  dset_id,
hid_t  mem_type_id,
hid_t  mem_space_id,
hid_t  file_space_id,
hid_t  dxpl_id,
const void *  buf,
hid_t  es_id 
)

Asynchronous version of H5Dwrite()

◆ H5Fclose_async()

herr_t H5Fclose_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  file_id,
hid_t  es_id 
)

Asynchronous version of H5Fclose()

◆ H5Fcreate_async()

hid_t H5Fcreate_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
const char *  filename,
unsigned  flags,
hid_t  fcpl_id,
hid_t  fapl_id,
hid_t  es_id 
)

Asynchronous version of H5Fcreate()

◆ H5Fflush_async()

herr_t H5Fflush_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  object_id,
H5F_scope_t  scope,
hid_t  es_id 
)

Asynchronous version of H5Fflush()

◆ H5Fopen_async()

hid_t H5Fopen_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
const char *  filename,
unsigned  flags,
hid_t  access_plist,
hid_t  es_id 
)

Asynchronous version of H5Fopen()

◆ H5Freopen_async()

hid_t H5Freopen_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  file_id,
hid_t  es_id 
)

Asynchronous version of H5Freopen()

◆ H5Gclose_async()

herr_t H5Gclose_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  group_id,
hid_t  es_id 
)

Asynchronous version of H5Gclose()

◆ H5Gcreate_async()

hid_t H5Gcreate_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  name,
hid_t  lcpl_id,
hid_t  gcpl_id,
hid_t  gapl_id,
hid_t  es_id 
)

Asynchronous version of H5Gcreate()

◆ H5Gget_info_async()

herr_t H5Gget_info_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
H5G_info_t ginfo,
hid_t  es_id 
)

Asynchronous version of H5Gget_info()

◆ H5Gget_info_by_idx_async()

herr_t H5Gget_info_by_idx_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  group_name,
H5_index_t  idx_type,
H5_iter_order_t  order,
hsize_t  n,
H5G_info_t ginfo,
hid_t  lapl_id,
hid_t  es_id 
)

Asynchronous version of H5Gget_info_by_idx()

◆ H5Gget_info_by_name_async()

herr_t H5Gget_info_by_name_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  name,
H5G_info_t ginfo,
hid_t  lapl_id,
hid_t  es_id 
)

Asynchronous version of H5Gget_info_by_name()

◆ H5Gopen_async()

hid_t H5Gopen_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  name,
hid_t  gapl_id,
hid_t  es_id 
)

Asynchronous version of H5Gopen()

◆ H5Lcreate_hard_async()

herr_t H5Lcreate_hard_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  cur_loc_id,
const char *  cur_name,
hid_t  new_loc_id,
const char *  new_name,
hid_t  lcpl_id,
hid_t  lapl_id,
hid_t  es_id 
)

Asynchronous version of H5Lcreate_hard()

◆ H5Lcreate_soft_async()

herr_t H5Lcreate_soft_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
const char *  link_target,
hid_t  link_loc_id,
const char *  link_name,
hid_t  lcpl_id,
hid_t  lapl_id,
hid_t  es_id 
)

Asynchronous version of H5Lcreate_soft()

◆ H5Ldelete_async()

herr_t H5Ldelete_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  name,
hid_t  lapl_id,
hid_t  es_id 
)

Asynchronous version of H5Ldelete()

◆ H5Ldelete_by_idx_async()

herr_t H5Ldelete_by_idx_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  group_name,
H5_index_t  idx_type,
H5_iter_order_t  order,
hsize_t  n,
hid_t  lapl_id,
hid_t  es_id 
)

Asynchronous version of H5Ldelete_by_idx()

◆ H5Lexists_async()

herr_t H5Lexists_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  name,
hbool_t exists,
hid_t  lapl_id,
hid_t  es_id 
)

Asynchronous version of H5Lexists()

◆ H5Literate_async()

herr_t H5Literate_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  group_id,
H5_index_t  idx_type,
H5_iter_order_t  order,
hsize_t idx_p,
H5L_iterate2_t  op,
void *  op_data,
hid_t  es_id 
)

Asynchronous version of H5Literate()

◆ H5Mclose_async()

herr_t H5Mclose_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  map_id,
hid_t  es_id 
)

Asynchronous version of H5Mclose()

◆ H5Mcreate_async()

hid_t H5Mcreate_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  name,
hid_t  key_type_id,
hid_t  val_type_id,
hid_t  lcpl_id,
hid_t  mcpl_id,
hid_t  mapl_id,
hid_t  es_id 
)

Asynchronous version of H5Mcreate()

◆ H5Mget_async()

herr_t H5Mget_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  map_id,
hid_t  key_mem_type_id,
const void *  key,
hid_t  val_mem_type_id,
void *  value,
hid_t  dxpl_id,
hid_t  es_id 
)

Asynchronous version of H5Mget()

◆ H5Mopen_async()

hid_t H5Mopen_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  name,
hid_t  mapl_id,
hid_t  es_id 
)

Asynchronous version of H5Mopen()

◆ H5Mput_async()

herr_t H5Mput_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  map_id,
hid_t  key_mem_type_id,
const void *  key,
hid_t  val_mem_type_id,
const void *  value,
hid_t  dxpl_id,
hid_t  es_id 
)

Asynchronous version of H5Mput()

◆ H5Oclose_async()

herr_t H5Oclose_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  object_id,
hid_t  es_id 
)

Asynchronous version of H5Oclose()

◆ H5Ocopy_async()

herr_t H5Ocopy_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  src_loc_id,
const char *  src_name,
hid_t  dst_loc_id,
const char *  dst_name,
hid_t  ocpypl_id,
hid_t  lcpl_id,
hid_t  es_id 
)

Asynchronous version of H5Ocopy()

◆ H5Oflush_async()

herr_t H5Oflush_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  obj_id,
hid_t  es_id 
)

Asynchronous version of H5Oflush()

◆ H5Oget_info_by_name_async()

herr_t H5Oget_info_by_name_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  name,
H5O_info2_t oinfo,
unsigned  fields,
hid_t  lapl_id,
hid_t  es_id 
)

Asynchronous version of H5Oget_info_by_name()

◆ H5Oopen_async()

hid_t H5Oopen_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  name,
hid_t  lapl_id,
hid_t  es_id 
)

Asynchronous version of H5Oopen()

◆ H5Oopen_by_idx_async()

hid_t H5Oopen_by_idx_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  loc_id,
const char *  group_name,
H5_index_t  idx_type,
H5_iter_order_t  order,
hsize_t  n,
hid_t  lapl_id,
hid_t  es_id 
)

Asynchronous version of H5Oopen_by_idx()

◆ H5Orefresh_async()

herr_t H5Orefresh_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
hid_t  oid,
hid_t  es_id 
)

Asynchronous version of H5Orefresh()

◆ H5Ropen_attr_async()

hid_t H5Ropen_attr_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
H5R_ref_t ref_ptr,
hid_t  rapl_id,
hid_t  aapl_id,
hid_t  es_id 
)

Asynchronous version of H5Ropen_attr()

◆ H5Ropen_object_async()

hid_t H5Ropen_object_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
H5R_ref_t ref_ptr,
hid_t  rapl_id,
hid_t  oapl_id,
hid_t  es_id 
)

Asynchronous version of H5Ropen()

◆ H5Ropen_region_async()

hid_t H5Ropen_region_async ( const char *  app_file,
const char *  app_func,
unsigned  app_line,
H5R_ref_t ref_ptr,
hid_t  rapl_id,
hid_t  oapl_id,
hid_t  es_id 
)

Asynchronous version of H5Ropen_region()