Home
last modified time | relevance | path

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

12

/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/main/
H A Dcollect_results_and_visualize.js204 #table th, #table td {
210 #table th {
271 <th id="cn">ComponentName</th>
272 <th>CaseName</th>
273 <th>CodeLine</th>
274 <th>Message</th>
[all...]
/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/
H A Dthread.h71 thread(thread&& th) noexcept
73 swap(th); variable
76 thread& operator=(thread&& th) noexcept
78 if (this != &th) {
79 thread tmp(std::move(th));
H A Dfuture.h355 auto th = ffrt::thread(std::move(pt), std::forward<Args>(args)...);
356 th.detach();
/foundation/graphic/graphic_2d/rosen/samples/hello_vsync/
H A Dhello_vsync.cpp43 std::thread th(ThreadMain, nativeVSync); in main()
44 th.join(); in main()
/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Dtest_observer_test.cpp108 std::thread th(&TestObserverTest::thfunc, std::ref(observer)); in HWTEST_F()
110 th.join(); in HWTEST_F()
/foundation/graphic/graphic_2d/utils/socketpair/test/unittest/
H A Dsocketpair_test.cpp73 std::thread th(SendDataThread, &socketPair); in HWTEST_F()
74 th.join(); in HWTEST_F()
/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 HWTEST_F()
116 th.join(); in HWTEST_F()
H A Ddistributeddb_storage_subscribe_query_test.cpp731 std::thread th([store]() { in HWTEST_F()
744 th.join(); in HWTEST_F()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Ddev_manager.cpp123 std::thread th = std::thread([this]() { in RegisterDevCallback() local
137 th.detach(); in RegisterDevCallback()
H A Dsoftbus_adapter_standard.cpp106 std::thread th = std::thread([this, deviceInfo, type]() { in NotifyAll() local
151 th.detach(); in NotifyAll()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_drag_manager.cpp216 float th = (nearRect.GetOffset().GetMainOffset(axis) + nearRect.GetSize().MainSize(axis) - in ScaleAxisNearItem() local
218 if (GreatNotEqual(mainDelta, th)) { in ScaleAxisNearItem()
224 float th = (nearRect.GetOffset().GetMainOffset(axis) - rect.GetOffset().GetMainOffset(axis)) / 2; in ScaleAxisNearItem() local
225 if (LessNotEqual(mainDelta, th)) { in ScaleAxisNearItem()
H A Dlist_item_group_layout_algorithm.cpp813 float th = startPos_ - (endPos_ - startPos_) - referencePos_; in CheckJumpForwardForBigOffset() local
814 if (GreatNotEqual(startPos, th)) { in CheckJumpForwardForBigOffset()
844 float th = endPos_ + (endPos_ - startPos_) - (referencePos_ - totalMainSize_); in CheckJumpBackwardForBigOffset() local
845 if (LessNotEqual(endPos, th)) { in CheckJumpBackwardForBigOffset()
894 float th = std::max(startPos_ - referencePos_, headerMainSize_); in MeasureForward() local
895 while (currentIndex > 0 && GreatNotEqual(currentStartPos, th)) { in MeasureForward()
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_utils.cpp378 for (auto& th : threads) { in CloneBuffer()
379 if (th.joinable()) { in CloneBuffer()
380 th.join(); in CloneBuffer()
/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()
257 th.detach(); in testCrudTransaction()
H A Ddistributeddb_nb_autolaunch_test.cpp455 if (index == 3) { // the 3th element in HWTEST_F()
634 for (auto &th : threads) { in HWTEST_F()
635 th.join(); in HWTEST_F()
H A Ddistributeddb_nb_enable_sync_by_closed_db_test.cpp446 if (index == 3) { // the 3th element in HWTEST_F()
623 for (auto &th : threads) { in HWTEST_F()
624 th.join(); in HWTEST_F()
H A Ddistributeddb_nb_cursor_testcase.cpp1732 for (auto& th : threads) { in ResultSetDb025()
1733 th.join(); in ResultSetDb025()
1967 for (auto& th : threads) { in ResultSetDb026()
1968 th.join(); in ResultSetDb026()
H A Ddistributeddb_kv_transaction_test.cpp1260 for (auto& th : bussinessThreads) { in HWTEST_F()
1261 th.detach(); in HWTEST_F()
1528 for (auto& th : bussinessThreads) { in HWTEST_F()
1529 th.join(); in HWTEST_F()
H A Ddistributeddb_nb_batch_crud_test.cpp727 for (auto& th : threads) { in HWTEST_F()
728 th.join(); in HWTEST_F()
1817 for (auto& th : suThreads) { in HWTEST_F()
1818 th.detach(); in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.cpp260 thread th(&TesterCommon::OutputLoop, this); in RunEncoder()
262 if (th.joinable()) { in RunEncoder()
263 th.join(); in RunEncoder()
/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dhiview_adapter.cpp494 std::thread th = std::thread(fun); in StartTimerThread() local
495 pthread_setname_np(th.native_handle(), "HiViewReport"); in StartTimerThread()
496 th.detach(); in StartTimerThread()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp641 std::thread th([proxyCallBack, dataParcel, replyParcel, a, b] { in ASyncAdd()
655 th.detach(); in ASyncAdd()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_test.cpp1764 std::thread thread1(std::bind(PutData, g_kvNbDelegatePtr, 0)); // 0th thread. in HWTEST_F()
1765 std::thread thread2(std::bind(PutData, g_kvNbDelegatePtr, 1)); // 1th thread. in HWTEST_F()
1766 std::thread thread3(std::bind(PutData, g_kvNbDelegatePtr, 2)); // 2th thread. in HWTEST_F()
1767 std::thread thread4(std::bind(PutData, g_kvNbDelegatePtr, 3)); // 3th thread. in HWTEST_F()
2289 std::thread th([db]() { in HWTEST_F()
2296 th.join(); in HWTEST_F()
2458 std::thread th([&isFinished]() { in HWTEST_F()
2463 slowThreads.emplace_back(std::move(th)); in HWTEST_F()
2466 std::thread th([&isFinished]() { in HWTEST_F()
2485 th in HWTEST_F()
[all...]
H A Ddistributeddb_interfaces_nb_delegate_rd_test.cpp1630 std::thread th([&isFinished]() { in HWTEST_F()
1635 slowThreads.emplace_back(std::move(th)); in HWTEST_F()
1638 std::thread th([&isFinished]() { in HWTEST_F()
1656 th.join(); in HWTEST_F()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_csync.cpp529 ffrt::thread th {[&] { in HWTEST_F()
544 th.join(); in HWTEST_F()

Completed in 35 milliseconds

12