Home
last modified time | relevance | path

Searched refs:thread_count (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/
H A Dcollect_device_client.cpp121 return threadCount.thread_count; in GetThreadCount()
133 return threadCount.thread_count; in GetSelfThreadCount()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dthread_cpu_data.h24 ThreadCpuData(int magic, int pid, unsigned int thread_count);
H A Dunified_collection_data.h49 unsigned int thread_count; member
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp228 avCodecContext_->thread_count = DEFAULT_THREAD_COUNT; in ConfigureContext()