Home
last modified time | relevance | path

Searched refs:destroyEvent (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp125 destroyEvent(Event); in disassociatePtr()
470 if (Event && destroyEvent(Event) != OFFLOAD_SUCCESS) { in deallocTgtPtr()
659 int32_t DeviceTy::destroyEvent(void *Event) { in destroyEvent() function in DeviceTy
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h461 int32_t destroyEvent(void *Event);
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp1448 int destroyEvent(int DeviceId, void *EventPtr) { in destroyEvent() function in __anondfa3b3cd0111::DeviceRTLTy
1831 return DeviceRTL.destroyEvent(DeviceId, EventPtr); in __tgt_rtl_destroy_event()