hipstreamgetpriority Interface Reference#
hipfort::hipstreamgetpriority Interface Reference
  Query the priority of a stream. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipstreamgetpriority_ (stream, priority) | 
Detailed Description
Query the priority of a stream.
- Parameters
 - 
  
[in] stream stream to be queried [in,out] priority Pointer to an unsigned integer in which the stream's priority is returned  
- Returns
 - hipSuccess, hipErrorInvalidValue, hipErrorInvalidHandle
 - hipSuccess hipErrorInvalidValue hipErrorInvalidHandle
 
Query the priority of a stream. The priority is returned in in priority.
- See also
 - hipStreamCreateWithFlags
 
Member Function/Subroutine Documentation
◆ hipstreamgetpriority_()
| integer(kind(hipsuccess)) function hipfort::hipstreamgetpriority::hipstreamgetpriority_ | ( | type(c_ptr), value | stream, | 
| type(c_ptr), value | priority | ||
| ) | 
The documentation for this interface was generated from the following file: