Home
last modified time | relevance | path

Searched defs:th (Results 1 – 25 of 58) sorted by relevance

123

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/faults/
H A Dmulti_thread_container_access.cpp39 std::thread th( in MultiThreadVectorAccess() local
49 for (auto& th : threads) { in MultiThreadVectorAccess() local
61 std::thread th( in MultiThreadMapAccess() local
71 for (auto& th : threads) { in MultiThreadMapAccess() local
83 std::thread th( in MultiThreadListAccess() local
94 for (auto& th : threads) { in MultiThreadListAccess() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/hello_vsync/
H A Dhello_vsync.cpp43 std::thread th(ThreadMain, nativeVSync); in main() local
/ohos5.0/foundation/graphic/graphic_2d/utils/socketpair/test/unittest/
H A Dsocketpair_test.cpp73 std::thread th(SendDataThread, &socketPair); variable
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Dtest_observer_test.cpp108 std::thread th(&TestObserverTest::thfunc, std::ref(observer)); variable
/ohos5.0/base/update/updateservice/services/utils/src/
H A Ddupdate_net_observer.cpp62 std::thread th = std::thread(observerExecFunc); in StartObserver() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_syncable_storage_test.cpp95 std::thread th([syncAbleStorage, &getCount]() { in __anon97c14e970202() variable
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/
H A Dthread.h71 thread(thread&& th) noexcept in thread() function
/ohos5.0/base/startup/init/test/moduletest/
H A Dhookmgr_moduletest.cpp105 for (auto & th : threads) { variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributed_crud_transaction_tools.cpp256 std::thread th(&DistributedCrudTransactionTools::Check, this); in testCrudTransaction() local
H A Ddistributeddb_nb_autolaunch_test.cpp634 for (auto &th : threads) { variable
H A Ddistributeddb_nb_enable_sync_by_closed_db_test.cpp623 for (auto &th : threads) { variable
H A Ddistributeddb_kv_transaction_test.cpp1260 for (auto& th : bussinessThreads) { variable
1528 for (auto& th : bussinessThreads) { variable
H A Ddistributeddb_nb_batch_crud_test.cpp727 for (auto& th : threads) { variable
1817 for (auto& th : suThreads) { variable
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_tid_benchmark.cpp90 std::thread th([&tid, &done] { TestFunc1(&tid, &done); }); in BenchmarkUnwinderLocalWithTid() local
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Ddev_manager.cpp123 std::thread th = std::thread([this]() { in RegisterDevCallback() local
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/
H A Daudio_adapter_interface_impl_test.cpp1355 std::thread th([&]() { in __anonf10a75500102() variable
1385 std::thread th([&]() { in __anonf10a75500202() variable
1414 std::thread th([&]() { in __anonf10a75500302() variable
1446 std::thread th([&]() { in __anonf10a75500402() variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_drag_manager.cpp218 float th = (nearRect.GetOffset().GetMainOffset(axis) + nearRect.GetSize().MainSize(axis) - in ScaleAxisNearItem() local
226 … float th = (nearRect.GetOffset().GetMainOffset(axis) - rect.GetOffset().GetMainOffset(axis)) / 2; in ScaleAxisNearItem() local
H A Dlist_item_group_layout_algorithm.cpp827 float th = startPos_ - (endPos_ - startPos_) - referencePos_; in CheckJumpForwardForBigOffset() local
846 float th = endPos_ + (endPos_ - startPos_) - (referencePos_ - totalMainSize_); in CheckJumpBackwardForBigOffset() local
885 float th = std::max(startPos_ - referencePos_, headerMainSize_); in MeasureForward() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister.cpp53 static bool IsEmptyThread(const std::thread& th) in IsEmptyThread()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_manager.cpp184 std::thread th = std::thread(execFunc); in DoTerminateUpgrade() local
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dwatchdog_interface_test.cpp174 for (auto& th : threads) { variable
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_utils.cpp327 for (auto& th : threads) { in CloneBuffer() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_rd_test.cpp1630 std::thread th([&isFinished]() { in __anonb17bbd990202() variable
1638 std::thread th([&isFinished]() { in __anonb17bbd990302() variable
H A Ddistributeddb_interfaces_nb_delegate_test.cpp2170 std::thread th([db]() { in __anon195527440302() variable
2339 std::thread th([&isFinished]() { in __anon195527440602() variable
2347 std::thread th([&isFinished]() { in __anon195527440702() variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dhiview_adapter.cpp494 std::thread th = std::thread(fun); in StartTimerThread() local

123