cuEventDestroy     91 opal/mca/common/cuda/common_cuda.c     int (*cuEventDestroy)(CUevent);
cuEventDestroy    459 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuEventDestroy);
cuEventDestroy    848 opal/mca/common/cuda/common_cuda.c                         cuFunc.cuEventDestroy(cuda_event_ipc_array[i]);
cuEventDestroy    858 opal/mca/common/cuda/common_cuda.c                         cuFunc.cuEventDestroy(cuda_event_htod_array[i]);
cuEventDestroy    869 opal/mca/common/cuda/common_cuda.c                         cuFunc.cuEventDestroy(cuda_event_dtoh_array[i]);
cuEventDestroy   1207 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuEventDestroy((CUevent)event);
cuEventDestroy   1258 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuEventDestroy(event);