Home
last modified time | relevance | path

Searched refs:th (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/crasher_cpp/faults/
H A Dmulti_thread_container_access.cpp39 std::thread th( in MultiThreadVectorAccess()
46 threads.push_back(std::move(th)); in MultiThreadVectorAccess()
49 for (auto& th : threads) { in MultiThreadVectorAccess()
50 th.join(); in MultiThreadVectorAccess()
61 std::thread th( in MultiThreadMapAccess()
68 threads.push_back(std::move(th)); in MultiThreadMapAccess()
71 for (auto& th : threads) { in MultiThreadMapAccess()
72 th.join(); in MultiThreadMapAccess()
83 std::thread th( in MultiThreadListAccess()
91 threads.push_back(std::move(th)); in MultiThreadListAccess()
[all...]
/base/update/updateservice/services/utils/src/
H A Ddupdate_net_observer.cpp62 std::thread th = std::thread(observerExecFunc); in StartObserver() local
63 th.detach(); in StartObserver()
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_tid_benchmark.cpp90 std::thread th([&tid, &done] { TestFunc1(&tid, &done); }); in BenchmarkUnwinderLocalWithTid()
117 th.join(); in BenchmarkUnwinderLocalWithTid()
/base/startup/init/test/moduletest/
H A Dhookmgr_moduletest.cpp105 for (auto & th : threads) { in HWTEST_F()
106 th.join(); in HWTEST_F()
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dwatchdog_interface_test.cpp174 for (auto& th : threads) { in HWTEST_F()
175 th.join(); in HWTEST_F()
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister.cpp53 static bool IsEmptyThread(const std::thread& th) in IsEmptyThread() argument
56 return th.get_id() == EMPTY_THREAD.get_id(); in IsEmptyThread()
/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_manager.cpp184 std::thread th = std::thread(execFunc); in DoTerminateUpgrade() local
185 th.detach(); in DoTerminateUpgrade()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp93 std::thread th([unwinder, &stackBottom, &stackTop, &result] { in HWTEST_F()
96 if (th.joinable()) { in HWTEST_F()
97 th.join(); in HWTEST_F()

Completed in 6 milliseconds