Uses of Class
org.bytedeco.cuda.cudart.CUexternalSemaphore_st
-
Packages that use CUexternalSemaphore_st Package Description org.bytedeco.cuda.global -
-
Uses of CUexternalSemaphore_st in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUexternalSemaphore_st Modifier and Type Method Description static intcudart. cudaDestroyExternalSemaphore(CUexternalSemaphore_st extSem)\brief Destroys an external semaphore Destroys an external semaphore object and releases any references to the underlying resource.static intcudart. cudaImportExternalSemaphore(CUexternalSemaphore_st extSem_out, cudaExternalSemaphoreHandleDesc semHandleDesc)\brief Imports an external semaphore Imports an externally allocated synchronization object and returns a handle to that in \p extSem_out.static intcudart. cudaSignalExternalSemaphoresAsync(CUexternalSemaphore_st extSemArray, cudaExternalSemaphoreSignalParams paramsArray, int numExtSems)static intcudart. cudaSignalExternalSemaphoresAsync(CUexternalSemaphore_st extSemArray, cudaExternalSemaphoreSignalParams paramsArray, int numExtSems, CUstream_st stream)\brief Signals a set of external semaphore objects Enqueues a signal operation on a set of externally allocated semaphore object in the specified stream.static intcudart. cudaWaitExternalSemaphoresAsync(CUexternalSemaphore_st extSemArray, cudaExternalSemaphoreWaitParams paramsArray, int numExtSems)static intcudart. cudaWaitExternalSemaphoresAsync(CUexternalSemaphore_st extSemArray, cudaExternalSemaphoreWaitParams paramsArray, int numExtSems, CUstream_st stream)\brief Waits on a set of external semaphore objects Enqueues a wait operation on a set of externally allocated semaphore object in the specified stream.
-