Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 25 of 27) sorted by relevance

12

/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
Daudio_utils_unit_test.cpp346 std::thread threads[THREAD_NUM]; variable
400 std::thread threads[THREAD_NUM]; variable
466 std::thread threads[THREAD_NUM]; variable
514 std::thread threads[THREAD_NUM]; variable
563 std::thread threads[THREAD_NUM]; variable
619 std::thread threads[THREAD_NUM]; variable
669 std::thread threads[THREAD_NUM]; variable
/foundation/resourceschedule/ffrt/src/eu/
Dworker_manager.h38 std::unordered_map<WorkerThread*, std::unique_ptr<WorkerThread>> threads; member
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
Dparallel_impl.cpp27 ParallelImpl::ParallelImpl(const IThreadPool::Ptr& threads) : queue_(threads) {} in ParallelImpl()
Dsequential_impl.cpp27 SequentialImpl::SequentialImpl(const IThreadPool::Ptr& threads) : queue_(threads) {} in SequentialImpl()
Ddispatcher_impl.cpp27 DispatcherImpl::DispatcherImpl(const IThreadPool::Ptr& threads) : queue_(threads) {} in DispatcherImpl()
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/test/ut/testcase/
Dut_rtg.cpp164 std::vector<std::thread> threads; variable
232 std::vector<std::thread> threads; variable
/foundation/resourceschedule/frame_aware_sched/test/unittest/phone/
Drtg_interface_test.cpp401 vector<int> threads; variable
429 vector<int> threads; variable
/foundation/arkui/ace_engine/frameworks/base/thread/
Dbackground_task_executor.cpp69 std::list<std::thread> threads; in ~BackgroundTaskExecutor() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
Ddistributeddb_kv_concurrency_crud_test.cpp228 std::vector<std::thread> threads; in StartRandThread() local
Ddistributeddb_nb_crud_test.cpp1705 std::vector<std::thread> threads; in StartThreadForLongReadWrite() local
1802 std::vector<std::thread> threads; in StartThreadForLongWriteWrite() local
Ddistributeddb_nb_autolaunch_test.cpp604 vector<thread> threads; variable
Ddistributeddb_nb_enable_sync_by_closed_db_test.cpp593 vector<thread> threads; variable
Ddistributeddb_kv_backup_test.cpp1030 std::vector<std::thread> threads; variable
Ddistributeddb_nb_cursor_testcase.cpp1728 std::vector<std::thread> threads; in ResultSetDb025() local
1961 std::vector<std::thread> threads; in ResultSetDb026() local
Ddistributeddb_nb_backup_test.cpp1080 std::vector<std::thread> threads; variable
Ddistributeddb_nb_batch_crud_test.cpp722 std::vector<std::thread> threads; variable
/foundation/graphic/graphic_surface/surface/src/
Dbuffer_utils.cpp307 std::vector<std::thread> threads; in CloneBuffer() local
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
Dpipeline_context_test_ng.cpp1466 std::vector<std::thread> threads; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_import_and_export_rd_test.cpp1220 vector<thread> threads; variable
Ddistributeddb_interfaces_import_and_export_test.cpp1298 vector<thread> threads; variable
/foundation/communication/ipc/ipc/test/moduletest/native/common/
Dipc_core_module_test.cpp732 std::vector<std::unique_ptr<std::thread>> threads; variable
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_trans_db_test.cpp1117 std::shared_ptr<std::thread> threads[4]; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
Ddistributeddb_communicator_deep_test.cpp1053 std::vector<std::thread> threads; variable
/foundation/arkui/napi/test/unittest/cj_native/
Dtest_ark_interop.cpp881 std::thread threads[threadCount]; in TEST_F() local

12