Searched refs:DestroyEvent (Results 1 – 15 of 15) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/ |
D | gpu_memory_copy_manager.cc | 77 CHECK_OP_RET_WITH_EXCEPT(CudaDriver::DestroyEvent(start), "Failed to destroy event."); in AddMemSwapInTask() 113 …CHECK_OP_RET_WITH_EXCEPT(CudaDriver::DestroyEvent(event), "Failed to destroy CUDA event of swap ou… in UpdateSwapOutQueue() 129 …CHECK_OP_RET_WITH_EXCEPT(CudaDriver::DestroyEvent(event), "Failed to destroy CUDA event of swap in… in UpdateSwapInQueue() 165 …CHECK_OP_RET_WITH_EXCEPT(CudaDriver::DestroyEvent(event), "Failed to destroy CUDA event of swap ou… in ClearSwapQueue() 170 …CHECK_OP_RET_WITH_EXCEPT(CudaDriver::DestroyEvent(event), "Failed to destroy CUDA event of swap in… in ClearSwapQueue()
|
D | cuda_driver.h | 59 static bool DestroyEvent(const CudaDeviceEvent &event);
|
D | cuda_driver.cc | 184 bool CudaDriver::DestroyEvent(const CudaDeviceEvent &event) { in DestroyEvent() function in mindspore::device::gpu::CudaDriver
|
D | gpu_kernel_runtime.cc | 932 CHECK_OP_RET_WITH_EXCEPT(CudaDriver::DestroyEvent(start), "Failed to destroy event."); in LaunchKernelWithTimeProfiling() 933 CHECK_OP_RET_WITH_EXCEPT(CudaDriver::DestroyEvent(end), "Failed to destroy event."); in LaunchKernelWithTimeProfiling()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | cfstream_handle.cc | 156 open_event_.DestroyEvent(); in ~CFStreamHandle() 157 read_event_.DestroyEvent(); in ~CFStreamHandle() 158 write_event_.DestroyEvent(); in ~CFStreamHandle()
|
D | lockfree_event.h | 43 void DestroyEvent();
|
D | lockfree_event.cc | 75 void LockfreeEvent::DestroyEvent() { in DestroyEvent() function in grpc_core::LockfreeEvent
|
D | ev_epoll1_linux.cc | 431 fd->read_closure->DestroyEvent(); in fd_orphan() 432 fd->write_closure->DestroyEvent(); in fd_orphan() 433 fd->error_closure->DestroyEvent(); in fd_orphan()
|
D | ev_epollex_linux.cc | 202 read_closure.DestroyEvent(); in destroy() 203 write_closure.DestroyEvent(); in destroy() 204 error_closure.DestroyEvent(); in destroy()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 165 GET_DEVICE_PROC(DestroyEvent); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 161 PFN_vkDestroyEvent DestroyEvent = nullptr; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 247 GET_DEVICE_PROC(DestroyEvent); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 224 PFN_vkDestroyEvent DestroyEvent = nullptr; member
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 75 ACQUIRE_PROC(DestroyEvent, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 75 ACQUIRE_PROC(DestroyEvent, VK_NULL_HANDLE, device); in GrVkInterface()
|