Uses of Class
org.bytedeco.cuda.cudart.CUipcEventHandle
-
Packages that use CUipcEventHandle Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of CUipcEventHandle in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return CUipcEventHandle Modifier and Type Method Description CUipcEventHandleCUipcEventHandle. getPointer(long i)CUipcEventHandleCUipcEventHandle. position(long position)CUipcEventHandleCUipcEventHandle. reserved(int i, byte setter) -
Uses of CUipcEventHandle in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUipcEventHandle Modifier and Type Method Description static intcudart. cuIpcGetEventHandle(CUipcEventHandle pHandle, CUevent_st event)\brief Gets an interprocess handle for a previously allocated event Takes as input a previously allocated event.static intcudart. cuIpcOpenEventHandle(CUevent_st phEvent, CUipcEventHandle handle)\brief Opens an interprocess event handle for use in the current process Opens an interprocess event handle exported from another process with ::cuIpcGetEventHandle.
-