Home
last modified time | relevance | path

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

/llvm-project/offload/include/
H A Ddevice.h143 int32_t syncEvent(void *Event);
/llvm-project/offload/src/
H A Ddevice.cpp259 int32_t DeviceTy::syncEvent(void *Event) { in syncEvent() function in DeviceTy
/llvm-project/offload/plugins-nextgen/common/src/
H A DPluginInterface.cpp1586 Error GenericDeviceTy::syncEvent(void *EventPtr) { in checkELFImage()
2079 auto Err = getDevice(DeviceId).syncEvent(EventPtr); in get_function()
1488 Error GenericDeviceTy::syncEvent(void *EventPtr) { syncEvent() function in GenericDeviceTy
/llvm-project/offload/plugins-nextgen/common/include/
H A DPluginInterface.h865 Error syncEvent(void *EventPtr);