![]() |
HDF5
1.13.2-1
|
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) |
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()