Home
last modified time | relevance | path

Searched defs:threadCount (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/napi/native_engine/
Dnative_safe_async_work.cpp78 size_t threadCount, in NativeSafeAsyncWork()
Dnative_engine.cpp349 napi_value asyncResourceName, size_t maxQueueSize, size_t threadCount, void* finalizeData, in CreateSafeAsyncWork()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
Ddistributeddb_common_test.cpp559 int threadCount = 1000; variable
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
Dtask_queue_factory.cpp139 explicit ThreadPool(size_t threadCount) in ThreadPool()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
Dskinning_system.cpp314 const auto threadCount = threadPool_->GetNumberOfThreads(); in Update() local
Danimation_system.cpp739 const auto threadCount = threadPool_->GetNumberOfThreads() + 1; in Update() local
/foundation/arkui/napi/test/unittest/
Dtest_napi_threadsafe.cpp871 int threadCount = THREAD_COUNT_FOUR; variable
915 int threadCount = THREAD_COUNT_FOUR; variable
/foundation/arkui/napi/test/unittest/cj_native/
Dtest_ark_interop.cpp880 constexpr int threadCount = 1000; in TEST_F() local