Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/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/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()
Dlayer_chassis_dispatch.cpp1641 …if (!wrap_handles) return layer_data->device_dispatch_table.DestroyEvent(device, event, pAllocator… in DispatchDestroyEvent()
1649 layer_data->device_dispatch_table.DestroyEvent(device, event, pAllocator); in DispatchDestroyEvent()
Dchassis.cpp1786 VKAPI_ATTR void VKAPI_CALL DestroyEvent( in DestroyEvent() function
9309 {"vkDestroyEvent", {false, (void*)DestroyEvent}},
/external/skqp/src/gpu/vk/
DGrVkInterface.cpp75 ACQUIRE_PROC(DestroyEvent, VK_NULL_HANDLE, device); in GrVkInterface()
/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/
DGrVkInterface.cpp75 ACQUIRE_PROC(DestroyEvent, VK_NULL_HANDLE, device); in GrVkInterface()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver.cc696 /* static */ port::Status GpuDriver::DestroyEvent(GpuContext* context, in DestroyEvent() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc1024 /* static */ port::Status GpuDriver::DestroyEvent(GpuContext* context, in DestroyEvent() function in stream_executor::gpu::GpuDriver

12