Home
last modified time | relevance | path

Searched defs:threads (Results 1 - 25 of 28) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Ddispatcher_impl.cpp27 DispatcherImpl::DispatcherImpl(const IThreadPool::Ptr& threads) : queue_(threads) {} in DispatcherImpl() argument
H A Dsequential_impl.cpp27 SequentialImpl::SequentialImpl(const IThreadPool::Ptr& threads) : queue_(threads) {} in SequentialImpl() argument
H A Dparallel_impl.cpp27 ParallelImpl::ParallelImpl(const IThreadPool::Ptr& threads) : queue_(threads) {} in ParallelImpl() argument
H A Dtask_queue_factory.cpp145 auto threads = array_view<ThreadContext>(threads_.get(), threadCount_); in ThreadPool() local
314 auto threads = array_view(threads_.get(), threadCount_); in Stop() local
328 auto threads = array_view(threads_.get(), threadCount_); in Stop() local
/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_manager.h38 std::unordered_map<WorkerThread*, std::unique_ptr<WorkerThread>> threads; member
/foundation/resourceschedule/frame_aware_sched/test/unittest/phone/
H A Drtg_interface_test.cpp398 vector<int> threads; in HWTEST_F() local
426 vector<int> threads; in HWTEST_F() local
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_rtg.cpp164 std::vector<std::thread> threads; in HWTEST_F() local
232 std::vector<std::thread> threads; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/base/thread/
H A Dbackground_task_executor.cpp68 std::list<std::thread> threads; in ~BackgroundTaskExecutor() local
/test/xts/hats/kernel/rtginterface/
H A Drtg_interface_test.cpp497 vector<int> threads; in HWTEST_F() local
525 vector<int> threads; in HWTEST_F() local
553 vector<int> threads; in HWTEST_F() local
585 vector<int> threads; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_trans_db_test.cpp1117 std::shared_ptr<std::thread> threads[4]; in HWTEST_F() local
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtStabilityTest/src/
H A Dhdi_stability_test.cpp133 std::vector<std::thread> threads; in HWTEST_F() local
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtStabilityTest/src/
H A Dhdi_stability_test.cpp132 std::vector<std::thread> threads; in HWTEST_F() local
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_utils.cpp358 std::vector<std::thread> threads; in CloneBuffer() local
/foundation/communication/ipc/ipc/test/moduletest/native/common/
H A Dipc_core_module_test.cpp732 std::vector<std::unique_ptr<std::thread>> threads; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_autolaunch_test.cpp604 vector<thread> threads; in HWTEST_F() local
H A Ddistributeddb_kv_backup_test.cpp1030 std::vector<std::thread> threads; in HWTEST_F() local
H A Ddistributeddb_kv_concurrency_crud_test.cpp228 std::vector<std::thread> threads; in StartRandThread() local
H A Ddistributeddb_nb_enable_sync_by_closed_db_test.cpp593 vector<thread> threads; in HWTEST_F() local
H A Ddistributeddb_nb_backup_test.cpp1080 std::vector<std::thread> threads; in HWTEST_F() local
H A Ddistributeddb_nb_crud_test.cpp1705 std::vector<std::thread> threads; in StartThreadForLongReadWrite() local
1802 std::vector<std::thread> threads; in StartThreadForLongWriteWrite() local
H A Ddistributeddb_nb_batch_crud_test.cpp722 std::vector<std::thread> threads; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1465 std::vector<std::thread> threads; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_import_and_export_test.cpp1298 vector<thread> threads; in HWTEST_F() local
H A Ddistributeddb_interfaces_import_and_export_rd_test.cpp1209 vector<thread> threads; in HWTEST_F() local
/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp1380 std::thread threads[THREAD_NUM]; in HWTEST() local
1434 std::thread threads[THREAD_NUM]; HWTEST() local
1500 std::thread threads[THREAD_NUM]; HWTEST() local
1548 std::thread threads[THREAD_NUM]; HWTEST() local
1597 std::thread threads[THREAD_NUM]; HWTEST() local
1653 std::thread threads[THREAD_NUM]; HWTEST() local
1703 std::thread threads[THREAD_NUM]; HWTEST() local
[all...]

Completed in 31 milliseconds

12