Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/test/common/threadpool/
H A Dthread_pool_test.cpp183 std::shared_ptr<Thread> oneThread = threadPool->Pop(); variable
184 ASSERT_NE(oneThread, nullptr);
199 std::shared_ptr<Thread> oneThread = threadPool->Pop(); variable
200 threadPool->Push(oneThread);
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_stack_info_formatter.cpp201 for (auto const& oneThread : threads) { in AppendThreads() local
203 threadJson["thread_name"] = oneThread->threadInfo_.threadName; in AppendThreads()
204 threadJson["tid"] = oneThread->threadInfo_.tid; in AppendThreads()
206 FillFrames(oneThread, frames); in AppendThreads()