CUevent            86 opal/mca/common/cuda/common_cuda.c     int (*cuEventCreate)(CUevent *, int);
CUevent            87 opal/mca/common/cuda/common_cuda.c     int (*cuEventRecord)(CUevent, CUstream);
CUevent            90 opal/mca/common/cuda/common_cuda.c     int (*cuEventQuery)(CUevent);
CUevent            91 opal/mca/common/cuda/common_cuda.c     int (*cuEventDestroy)(CUevent);
CUevent            92 opal/mca/common/cuda/common_cuda.c     int (*cuStreamWaitEvent)(CUstream, CUevent, unsigned int);
CUevent            94 opal/mca/common/cuda/common_cuda.c     int (*cuIpcGetEventHandle)(CUipcEventHandle*, CUevent);
CUevent            95 opal/mca/common/cuda/common_cuda.c     int (*cuIpcOpenEventHandle)(CUevent*, CUipcEventHandle);
CUevent           106 opal/mca/common/cuda/common_cuda.c     int (*cuEventSynchronize)(CUevent);
CUevent           168 opal/mca/common/cuda/common_cuda.c CUevent *cuda_event_ipc_array = NULL;
CUevent           169 opal/mca/common/cuda/common_cuda.c CUevent *cuda_event_dtoh_array = NULL;
CUevent           170 opal/mca/common/cuda/common_cuda.c CUevent *cuda_event_htod_array = NULL;
CUevent           600 opal/mca/common/cuda/common_cuda.c         cuda_event_ipc_array = (CUevent *) calloc(cuda_event_max, sizeof(CUevent *));
CUevent           638 opal/mca/common/cuda/common_cuda.c         cuda_event_dtoh_array = (CUevent *) calloc(cuda_event_max, sizeof(CUevent *));
CUevent           674 opal/mca/common/cuda/common_cuda.c         cuda_event_htod_array = (CUevent *) calloc(cuda_event_max, sizeof(CUevent *));
CUevent          1082 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuEventRecord((CUevent)cuda_reg->data.event, 0);
CUevent          1184 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuEventCreate((CUevent *)event, CU_EVENT_INTERPROCESS | CU_EVENT_DISABLE_TIMING);
CUevent          1190 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuIpcGetEventHandle((CUipcEventHandle *)handle, (CUevent)*event);
CUevent          1207 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuEventDestroy((CUevent)event);
CUevent          1227 opal/mca/common/cuda/common_cuda.c     CUevent event;