Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp33 if (NeedNewEvent && Device.createEvent(&Event) != OFFLOAD_SUCCESS) { in addEventIfNecessary()
631 int32_t DeviceTy::createEvent(void **Event) { in createEvent() function in DeviceTy
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h445 int32_t createEvent(void **Event);
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp1440 int createEvent(int DeviceId, void **P) { in createEvent() function in __anondfa3b3cd0111::DeviceRTLTy
1796 return DeviceRTL.createEvent(DeviceId, Event); in __tgt_rtl_create_event()