Searched refs:AltEntryThreads (Results 1 – 1 of 1) sorted by relevance
1154 std::vector<std::thread> AltEntryThreads; in runOrcJIT() local1159 AltEntryThreads.push_back(std::thread([EntryPoint]() { EntryPoint(); })); in runOrcJIT()1177 for (auto &AltEntryThread : AltEntryThreads) in runOrcJIT()