Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/
H A Dcollect_device_client.cpp115 struct ucollection_process_thread_count threadCount {pid, 0}; in GetThreadCount() struct
127 struct ucollection_process_thread_count threadCount {pid, 0}; in GetSelfThreadCount() struct
139 unsigned int threadCount = GetThreadCount(pid); in FetchThreadCpuData() local
156 unsigned int threadCount = GetSelfThreadCount(pid); in FetchSelfThreadCpuData() local
H A Dthread_cpu_data.cpp26 ThreadCpuData::ThreadCpuData(int magic, int pid, unsigned int threadCount): entry_(nullptr), curren… in ThreadCpuData()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dplugin_config.h41 int32_t threadCount = 0; member
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
H A Dbacktrace_utils_test.cpp242 constexpr int32_t threadCount = 50; variable
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dcpu.h64 int32_t threadCount = 0; member
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_safe_async_work.cpp78 size_t threadCount, in NativeSafeAsyncWork()
H A Dnative_engine.cpp349 napi_value asyncResourceName, size_t maxQueueSize, size_t threadCount, void* finalizeData, in CreateSafeAsyncWork()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_common_test.cpp559 int threadCount = 1000; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dtask_queue_factory.cpp139 explicit ThreadPool(size_t threadCount) in ThreadPool()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_dao_test.cpp254 int threadCount = 5; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dskinning_system.cpp314 const auto threadCount = threadPool_->GetNumberOfThreads(); in Update() local
H A Danimation_system.cpp739 const auto threadCount = threadPool_->GetNumberOfThreads() + 1; in Update() local
/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_napi_threadsafe.cpp871 int threadCount = THREAD_COUNT_FOUR; variable
915 int threadCount = THREAD_COUNT_FOUR; variable
/ohos5.0/foundation/arkui/napi/test/unittest/cj_native/
H A Dtest_ark_interop.cpp880 constexpr int threadCount = 1000; in TEST_F() local
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_native_test.cpp1195 int threadCount = 5; variable