Searched refs:oneThread (Results 1 – 2 of 2) sorted by relevance
183 std::shared_ptr<Thread> oneThread = threadPool->Pop(); variable184 ASSERT_NE(oneThread, nullptr);199 std::shared_ptr<Thread> oneThread = threadPool->Pop(); variable200 threadPool->Push(oneThread);
201 for (auto const& oneThread : threads) { in AppendThreads() local203 threadJson["thread_name"] = oneThread->threadInfo_.threadName; in AppendThreads()204 threadJson["tid"] = oneThread->threadInfo_.tid; in AppendThreads()206 FillFrames(oneThread, frames); in AppendThreads()