Searched defs:oneThread (Results 1 – 2 of 2) sorted by relevance
183 std::shared_ptr<Thread> oneThread = threadPool->Pop(); variable199 std::shared_ptr<Thread> oneThread = threadPool->Pop(); variable
201 for (auto const& oneThread : threads) { in AppendThreads() local