Home
last modified time | relevance | path

Searched defs: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
199 std::shared_ptr<Thread> oneThread = threadPool->Pop(); variable
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_stack_info_formatter.cpp201 for (auto const& oneThread : threads) { in AppendThreads() local