Home
last modified time | relevance | path

Searched refs:subThread (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread_manager.cpp77 if (!subThread) { in DumpMem()
104 if (!subThread) { in GetAppGpuMemoryInMB()
202 subThread->PostTask([subThread, renderTask = superRenderTaskList[i]]() { in SubmitSubThreadTask()
242 subThread->PostTask( in ResetSubThreadGrContext()
243 [subThread]() { subThread->ResetGrContext(); }, in ResetSubThreadGrContext()
272 subThread->PostTask( in ReleaseTexture()
273 [subThread]() { in ReleaseTexture()
292subThread->PostTask([subThread]() { subThread->ThreadSafetyReleaseTexture(); }, RELEASE_TEXTURE); in TryReleaseTextureForIdleThread()
323 subThread->PostTask([subThread]() { in ReleaseSurface()
389 subThread->PostTask([subThread, nodeDrawable, tid, submittedFrameCount, in ScheduleRenderNodeDrawable()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_backup_test.cpp286 thread subThread([&]() { in __anon6e3adb5f0502() variable
291 subThread.detach();
333 thread subThread([&]() { in __anon6e3adb5f0702() variable
339 subThread.detach();
388 thread subThread([&]() { in __anon6e3adb5f0902() variable
394 subThread.detach();
444 subThread.detach();
792 subThread.detach();
858 subThread.detach();
910 subThread.detach();
[all …]
H A Ddistributeddb_nb_backup_test.cpp247 thread subThread([&filePath]() { in __anonbf7799ae0102() variable
252 subThread.detach();
296 thread subThread([]() { in __anonbf7799ae0302() variable
303 subThread.detach();
361 subThread.detach();
409 subThread.detach();
862 subThread.detach();
918 subThread.detach();
960 thread subThread([]() { in __anonbf7799ae0d02() variable
965 subThread.detach();
[all …]
H A Ddistributeddb_nb_local_batch_crud_test.cpp356 thread subThread([&putBatchFinish, &entries, &batchMtx, &batchCondition]() { in __anon2eed04f10102() variable
365 subThread.detach();
406 thread subThread([&putBatchFinish, &entries, &batchMtx, &batchCondition]() { in __anon2eed04f10302() variable
415 subThread.detach();
1022 thread subThread([&insertEntries, &observerLocal]() { in __anon2eed04f10502() variable
1028 subThread.join();
H A Ddistributeddb_nb_batch_crud_test.cpp417 thread subThread([&entriesBatch, &subPutBatchFlag]() { in __anon46b79ee70102() variable
423 subThread.detach();
467 thread subThread([&subDeleteBatchFlag, &allKeys]() { in __anon46b79ee70302() variable
473 subThread.detach();
H A Ddistributeddb_kv_observer_test.cpp1664 thread subThread([&kvObserverDelegate, &entriesBatch]() { in __anondaf95c710102() variable
1668 subThread.detach();
H A Ddistributeddb_nb_cursor_testcase.cpp1620 thread subThread([&delegate, &conditionRekeyVar, &rekeyFlag, &mtx]() { in ResultSetDb024() local
1627 subThread.detach(); in ResultSetDb024()
H A Ddistributeddb_nb_create_test.cpp1599 thread subThread([&result1, &rekeyFlag]() { in __anon556e56ac0102() variable
1605 subThread.detach();
H A Ddistributeddb_nb_observer_test.cpp2177 thread subThread([&nbObserverDelegate, &entriesBatch]() { in __anon6e5eea800102() variable
2181 subThread.detach();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_multi_user_test.cpp258 thread subThread([&startSync, &cv]() { in TestSyncWithUserChange() local
264 subThread.detach(); in TestSyncWithUserChange()
644 thread subThread([]() { in __anon7ac9223d0802() variable
647 subThread.detach();
681 thread subThread([]() { in __anon7ac9223d0902() variable
684 subThread.detach();
753 thread subThread([]() { in __anon7ac9223d0a02() variable
757 subThread.detach();
842 thread subThread([]() { in __anon7ac9223d0c02() variable
849 subThread.join();
H A Ddistributeddb_relational_multi_user_test.cpp360 thread subThread([&]() { in TestSyncWithUserChange() local
366 subThread.detach(); in TestSyncWithUserChange()
802 thread subThread([&]() { in __anon3413e1da0e02() variable
805 subThread.detach();
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp399 std::thread subThread([]{ in __anonb4f3bed90402() variable
403 subThread.join();
455 std::thread subThread([&devices] { in __anonb4f3bed90802() variable
480 subThread.join();
H A Ddistributeddb_single_ver_p2p_sync_check_test.cpp1012 thread subThread([&onlineFlag, &conditionOnline, &offlineFlag, &conditionOffline]() { in __anon6e997c5f1602() variable
1024 subThread.detach();
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp1572 std::thread subThread = std::thread([&subFinish, &cv, &tableNameA, &tableADataMap]() { in __anond45d0a2b1202() variable
1579 subThread.detach();
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A Dlibuv.md1063 subThread.detach();
1077 0th:subThread triggered
1079 1th:subThread triggered
1081 2th:subThread triggered
1083 3th:subThread triggered
1085 4th:subThread triggered
1087 5th:subThread triggered
1089 6th:subThread triggered
1091 7th:subThread triggered
1093 8th:subThread triggered
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/parallel_render/
H A Drs_sub_thread_manager_test.cpp51 std::shared_ptr<RSSubThread> subThread = std::make_shared<RSSubThread>(renderContext.get(), 0); variable
52 rsSubThreadManager->threadList_.push_back(subThread);
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dlibuv.md1114 subThread.detach();
1128 0th:subThread triggered
1130 1th:subThread triggered
1132 2th:subThread triggered
1134 3th:subThread triggered
1136 4th:subThread triggered
1138 5th:subThread triggered
1140 6th:subThread triggered
1142 7th:subThread triggered
1144 8th:subThread triggered
[all …]
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_refbase_test.cpp1132 std::thread subThread {[&testObject1]() { in __anonbd15c9080202() variable
1146 subThread.join();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_import_and_export_rd_test.cpp1274 thread subThread([&singleFileName, &passwd, &readyFlag, &backupVar]() { in __anonc930457d0402() variable
1279 subThread.detach();
H A Ddistributeddb_interfaces_import_and_export_test.cpp1350 thread subThread([&singleFileName, &passwd, &readyFlag, &backupVar]() { in __anon906019a80402() variable
1355 subThread.detach();
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp1652 std::thread subThread {[&testObject1, &state]() { in BENCHMARK_F() local
1661 subThread.join(); in BENCHMARK_F()