Home
last modified time | relevance | path

Searched refs:H5VL_REQUEST_WAITSOME (Results 1 – 3 of 3) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5VLconnector.h190 H5VL_REQUEST_WAITSOME, /* Wait until at least one requesst completes */ enumerator
H A DH5VLpassthru.c2788 if (H5VL_REQUEST_WAITANY == specific_type || H5VL_REQUEST_WAITSOME == specific_type || in H5VL_pass_through_request_specific()
2845 else if (H5VL_REQUEST_WAITSOME == specific_type) { in H5VL_pass_through_request_specific()
H A DH5trace.c3157 case H5VL_REQUEST_WAITSOME: in H5_trace()