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] extSem handle 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: