pub unsafe extern "C" fn hipStreamGetFlags(
stream: hipStream_t,
flags: *mut c_uint,
) -> hipError_tExpand description
@brief Returns flags associated with this stream.
@param[in] stream Stream to be queried @param[in,out] flags Pointer to an unsigned integer in which the stream’s flags are returned @returns #hipSuccess, #hipErrorInvalidValue, #hipErrorInvalidHandle.
@see hipStreamCreateWithFlags