Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Drtl.h117 wait_event_ty *wait_event = nullptr; member
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp646 if (RTL->wait_event) in waitEvent()
647 return RTL->wait_event(RTLDeviceID, Event, AsyncInfo); in waitEvent()
H A Drtl.cpp215 *((void **)&R.wait_event) = dlsym(DynlibHandle, "__tgt_rtl_wait_event"); in loadRTLs()