Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0.68e8c0e
API Reference
 
Loading...
Searching...
No Matches
h5es Module Reference

Functions/Subroutines

subroutine h5escreate_f (es_id, hdferr)
 Creates an event set.
 
subroutine h5esget_count_f (es_id, count, hdferr)
 Retrieves number of events in an event set.
 
subroutine h5esget_op_counter_f (es_id, counter, hdferr)
 Retrieves the next operation counter to be assigned in an event set.
 
subroutine h5eswait_f (es_id, timeout, num_in_progress, err_occurred, hdferr)
 Waits for operations in event set to complete.
 
subroutine h5escancel_f (es_id, num_not_canceled, err_occurred, hdferr)
 Attempt to cancel operations in an event set.
 
subroutine h5esget_err_status_f (es_id, err_occurred, hdferr)
 Checks for failed operations.
 
subroutine h5esget_err_count_f (es_id, num_errs, hdferr)
 Retrieves the number of failed operations.
 
subroutine h5esclose_f (es_id, hdferr)
 Terminates access to an event set.