Home
last modified time | relevance | path

Searched refs:waitEvent (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp341 int Ret = waitEvent(Event, AsyncInfo); in getTargetPointer()
645 int32_t DeviceTy::waitEvent(void *Event, AsyncInfoTy &AsyncInfo) { in waitEvent() function in DeviceTy
H A Domptarget.cpp804 if (Device.waitEvent(Event, AsyncInfo) != OFFLOAD_SUCCESS) { in targetDataEnd()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h455 int32_t waitEvent(void *Event, AsyncInfoTy &AsyncInfo);
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp1453 int waitEvent(const int DeviceId, __tgt_async_info *AsyncInfo, in waitEvent() function in __anondfa3b3cd0111::DeviceRTLTy
1816 return DeviceRTL.waitEvent(DeviceId, AsyncInfoPtr, EventPtr); in __tgt_rtl_wait_event()