Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
Dhwe_threadpool.cpp122 HWE_ThreadPool *HWE_CreateThreadPool(int32_t threadCount, HWE_ThreadPoolParam *threadParam) in HWE_CreateThreadPool()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/texture_encode/
Dhwe_threadpool.h39 int32_t threadCount; // thread number member
/foundation/arkui/napi/native_engine/
Dnative_safe_async_work.cpp59 size_t threadCount, in NativeSafeAsyncWork()
Dnative_engine.cpp215 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.cpp554 int threadCount = 1000; variable
/foundation/arkui/napi/test/unittest/
Dtest_napi_threadsafe.cpp520 int threadCount = THREAD_COUNT_FOUR; variable
564 int threadCount = THREAD_COUNT_FOUR; variable
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
Dtask_queue_factory.cpp124 explicit ThreadPool(size_t threadCount) in ThreadPool()