Uses of Class
org.bytedeco.cuda.cudart.cudaExternalSemaphoreHandleDesc
-
Packages that use cudaExternalSemaphoreHandleDesc Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of cudaExternalSemaphoreHandleDesc in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return cudaExternalSemaphoreHandleDesc Modifier and Type Method Description cudaExternalSemaphoreHandleDesccudaExternalSemaphoreHandleDesc. flags(int setter)cudaExternalSemaphoreHandleDesccudaExternalSemaphoreHandleDesc. getPointer(long i)cudaExternalSemaphoreHandleDesccudaExternalSemaphoreHandleDesc. handle_fd(int setter)cudaExternalSemaphoreHandleDesccudaExternalSemaphoreHandleDesc. handle_nvSciSyncObj(Pointer setter)cudaExternalSemaphoreHandleDesccudaExternalSemaphoreHandleDesc. handle_win32_handle(Pointer setter)cudaExternalSemaphoreHandleDesccudaExternalSemaphoreHandleDesc. handle_win32_name(Pointer setter)cudaExternalSemaphoreHandleDesccudaExternalSemaphoreHandleDesc. position(long position)cudaExternalSemaphoreHandleDesccudaExternalSemaphoreHandleDesc. type(int setter) -
Uses of cudaExternalSemaphoreHandleDesc in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudaExternalSemaphoreHandleDesc Modifier and Type Method Description 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.
-