Uses of Class
jcuda.driver.CUipcEventHandle

Packages that use CUipcEventHandle
jcuda.driver Contains the classes related to the JCuda driver API. 
 

Uses of CUipcEventHandle in jcuda.driver
 

Methods in jcuda.driver with parameters of type CUipcEventHandle
static int JCudaDriver.cuIpcGetEventHandle(CUipcEventHandle pHandle, CUevent event)
          Gets an interprocess handle for a previously allocated event.
static int JCudaDriver.cuIpcOpenEventHandle(CUevent phEvent, CUipcEventHandle handle)
          Opens an interprocess event handle for use in the current process.