Function hip_sys::hiprt::hipStreamGetFlags
source · pub unsafe extern "C" fn hipStreamGetFlags(
stream: *mut ihipStream_t,
flags: *mut u32
) -> hipError_tExpand description
@brief Return 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 @return #hipSuccess, #hipErrorInvalidValue, #hipErrorInvalidHandle
@returns #hipSuccess #hipErrorInvalidValue #hipErrorInvalidHandle
Return flags associated with this stream in *@p flags.
@see hipStreamCreateWithFlags