Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Drtl.h118 sync_event_ty *sync_event = nullptr; member
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp653 if (RTL->sync_event) in syncEvent()
654 return RTL->sync_event(RTLDeviceID, Event); in syncEvent()
H A Drtl.cpp216 *((void **)&R.sync_event) = dlsym(DynlibHandle, "__tgt_rtl_sync_event"); in loadRTLs()