This page contains proposed changes for a future release of ROCm. Read the latest Linux release of ROCm documentation for your production environments.

hipdestroyexternalsemaphore Interface Reference

hipdestroyexternalsemaphore Interface Reference#

HIPFORT API Reference: hipfort::hipdestroyexternalsemaphore Interface Reference
hipfort::hipdestroyexternalsemaphore Interface Reference

Destroys an external semaphore object and releases any references to the underlying resource. More...

Public Member Functions

integer(kind(hipsuccess)) function hipdestroyexternalsemaphore_ (extSem)
 

Detailed Description

Destroys an external semaphore object and releases any references to the underlying resource.

Any outstanding signals or waits must have completed before the semaphore is destroyed.

Parameters
[in]extSemhandle to an external memory object
Returns
hipSuccess, hipErrorInvalidDevice, hipErrorInvalidValue
See also

Member Function/Subroutine Documentation

◆ hipdestroyexternalsemaphore_()

integer(kind(hipsuccess)) function hipfort::hipdestroyexternalsemaphore::hipdestroyexternalsemaphore_ ( type(c_ptr), value  extSem)

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