hipwaitexternalsemaphoresasync Interface Reference

hipwaitexternalsemaphoresasync Interface Reference#

HIPFORT API Reference: hipfort::hipwaitexternalsemaphoresasync Interface Reference
hipfort::hipwaitexternalsemaphoresasync Interface Reference

Waits on a set of external semaphore objects. More...

Public Member Functions

integer(kind(hipsuccess)) function hipwaitexternalsemaphoresasync_ (extsemarray, paramsarray, numextsems, stream)
 

Detailed Description

Waits on a set of external semaphore objects.

Parameters
[in]extSemArray- External semaphores to be waited on
[in]paramsArray- Array of semaphore parameters
[in]numExtSems- Number of semaphores to wait on
[in]stream- Stream to enqueue the wait operations in
Returns
hipSuccess, hipErrorInvalidDevice, hipErrorInvalidValue
See also
Note
This API is currently not supported on Linux.

Member Function/Subroutine Documentation

◆ hipwaitexternalsemaphoresasync_()

integer(kind(hipsuccess)) function hipfort::hipwaitexternalsemaphoresasync::hipwaitexternalsemaphoresasync_ ( type(c_ptr)  extsemarray,
type(hipexternalsemaphorewaitparams paramsarray,
integer(c_int), value  numextsems,
type(c_ptr), value  stream 
)

The documentation for this interface was generated from the following file: