Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp352 using EventPoolTy = ResourcePoolTy<EventAllocatorTy>; typedef in __anondfa3b3cd0111::DeviceRTLTy
353 std::vector<std::unique_ptr<EventPoolTy>> EventPool;
649 std::make_unique<EventPoolTy>(EventAllocatorTy(), NumInitialEvents); in initDevice()