Home
last modified time | relevance | path

Searched refs:DestroyEvent (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
Dgpu_timer.cc40 status = GpuDriver::DestroyEvent(context, &start_event_); in Init()
53 port::Status status = GpuDriver::DestroyEvent(context, &start_event_); in Destroy()
58 status = GpuDriver::DestroyEvent(context, &stop_event_); in Destroy()
Dgpu_event.cc36 return GpuDriver::DestroyEvent(parent_->gpu_context(), &gpu_event_); in Destroy()
Dgpu_stream.cc38 GpuDriver::DestroyEvent(parent_->gpu_context(), &completed_event_); in Destroy()
Dgpu_driver.h97 static port::Status DestroyEvent(GpuContext* context, GpuEventHandle* event);
/external/grpc-grpc/src/core/lib/iomgr/
Dcfstream_handle.cc139 open_event_.DestroyEvent(); in ~CFStreamHandle()
140 read_event_.DestroyEvent(); in ~CFStreamHandle()
141 write_event_.DestroyEvent(); in ~CFStreamHandle()
Dlockfree_event.h43 void DestroyEvent();
Dlockfree_event.cc74 void LockfreeEvent::DestroyEvent() { in DestroyEvent() function in grpc_core::LockfreeEvent
Dev_epoll1_linux.cc412 fd->read_closure->DestroyEvent(); in fd_orphan()
413 fd->write_closure->DestroyEvent(); in fd_orphan()
414 fd->error_closure->DestroyEvent(); in fd_orphan()
Dev_epollsig_linux.cc770 fd->read_closure->DestroyEvent();
771 fd->write_closure->DestroyEvent();
772 fd->error_closure->DestroyEvent();
Dev_epollex_linux.cc368 fd->read_closure->DestroyEvent();
369 fd->write_closure->DestroyEvent();
370 fd->error_closure->DestroyEvent();
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dcfstream_handle.cc156 open_event_.DestroyEvent(); in ~CFStreamHandle()
157 read_event_.DestroyEvent(); in ~CFStreamHandle()
158 write_event_.DestroyEvent(); in ~CFStreamHandle()
Dlockfree_event.h43 void DestroyEvent();
Dlockfree_event.cc75 void LockfreeEvent::DestroyEvent() { in DestroyEvent() function in grpc_core::LockfreeEvent
Dev_epoll1_linux.cc431 fd->read_closure->DestroyEvent(); in fd_orphan()
432 fd->write_closure->DestroyEvent(); in fd_orphan()
433 fd->error_closure->DestroyEvent(); in fd_orphan()
Dev_epollex_linux.cc202 read_closure.DestroyEvent(); in destroy()
203 write_closure.DestroyEvent(); in destroy()
204 error_closure.DestroyEvent(); in destroy()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_test_util.cc52 void DestroyEvent(const SP_Device* const device, SP_Event event) {} in DestroyEvent() function
113 se->destroy_event = DestroyEvent; in PopulateDefaultStreamExecutor()
/external/virglrenderer/src/venus/
Dvkr_device.c185 vk->DestroyEvent(device, obj->handle.event, NULL); in vkr_device_object_destroy()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h265 PFN_vkDestroyEvent DestroyEvent; member
Dvk_dispatch_table_helper.h425 table->DestroyEvent = (PFN_vkDestroyEvent) gpa(device, "vkDestroyEvent"); in layer_init_device_dispatch_table()
/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_util.h152 PFN_vkDestroyEvent DestroyEvent; member
539 proc_table->DestroyEvent = VN_GDPA(dev, vkDestroyEvent); in vn_util_init_device_proc_table()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h712 PFN_vkDestroyEvent DestroyEvent; member
Dvk_enum_to_str.c4735 table->DestroyEvent = (PFN_vkDestroyEvent) gpa(device, "vkDestroyEvent"); in vk_load_device_commands()
/external/skia/src/gpu/vk/
DVulkanInterface.cpp75 ACQUIRE_PROC(DestroyEvent, VK_NULL_HANDLE, device); in VulkanInterface()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver.cc705 /* static */ port::Status GpuDriver::DestroyEvent(GpuContext* context, in DestroyEvent() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_driver.cc969 /* static */ port::Status GpuDriver::DestroyEvent(GpuContext* context, in DestroyEvent() function in stream_executor::gpu::GpuDriver

12