Searched refs:AltEntryThreads (Results 1 – 1 of 1) sorted by relevance
855 std::vector<std::thread> AltEntryThreads; in runOrcLazyJIT() local861 AltEntryThreads.push_back(std::thread([EntryPoint]() { EntryPoint(); })); in runOrcLazyJIT()880 for (auto &AltEntryThread : AltEntryThreads) in runOrcLazyJIT()