Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp1059 std::vector<std::thread> AltEntryThreads; in runOrcJIT() local
1065 AltEntryThreads.push_back(std::thread([EntryPoint]() { EntryPoint(); })); in runOrcJIT()
1083 for (auto &AltEntryThread : AltEntryThreads) in runOrcJIT()