Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/
H A DOffloadingServer.cpp41 auto WaitForServer = [&]() { Server->Wait(); }; in main() local
43 std::thread ServerThread(WaitForServer); in main()