Home
last modified time | relevance | path

Searched defs:threadCount (Results 1 - 25 of 50) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DcompilerImpl.h40 explicit CompilerImpl(size_t threadCount): threadCount_(threadCount) {} in CompilerImpl() argument
H A DcompileQueue.h162 explicit CompileFuncQueue(size_t threadCount, CompilerContext *context) in CompileFuncQueue() argument
177 explicit CompileFileQueue(size_t threadCount, es2panda::CompilerOptions *options, in CompileFileQueue() argument
201 explicit CompileAbcClassQueue(size_t threadCount, in CompileAbcClassQueue() argument
229 explicit PostAnalysisOptimizeFileQueue(size_t threadCount, in PostAnalysisOptimizeFileQueue() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcompileQueue.cpp26 CompileQueue::CompileQueue(size_t threadCount) in CompileQueue() argument
H A DcompilerImpl.h51 explicit CompilerImpl(size_t threadCount, std::vector<util::Plugin> const *plugins) in CompilerImpl() argument
/arkcompiler/ets_frontend/es2panda/util/
H A DworkerQueue.cpp36 WorkerQueue::WorkerQueue(size_t threadCount) in WorkerQueue() argument
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/
H A Dthread_cpu_data.cpp26 ThreadCpuData::ThreadCpuData(int magic, int pid, unsigned int threadCount): entry_(nullptr), current_(0) in ThreadCpuData() argument
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 in FetchSelfThreadCpuData() local
[all...]
/third_party/skia/tests/
H A DSkScalerCacheTest.cpp20 Barrier(int threadCount) : fThreadCount(threadCount) { } in Barrier() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_filter_task.cpp58 void dng_filter_task::Start (uint32 threadCount, in Start() argument
H A Ddng_jpeg_image.cpp225 uint32 threadCount = Min_uint32 (tileCount, in Encode() local
338 uint32 threadCount = Min_uint32 (tileCount, in FindDigest() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanMultithreadingTest.cpp62 runMultithreadedGLTest( std::function<void(EGLSurface surface, size_t threadIndex)> testBody, size_t threadCount) runMultithreadedGLTest() argument
/arkcompiler/ets_frontend/ets2panda/
H A Des2panda.cpp61 Compiler::Compiler(ScriptExtension ext, size_t threadCount) : Compiler(ext, threadCount, {}) {} in Compiler() argument
63 Compiler::Compiler(ScriptExtension ext, size_t threadCount, std::vector<util::Plugin> &&plugins) in Compiler() argument
/base/hiviewdfx/hiview/base/include/
H A Dplugin_config.h41 int32_t threadCount = 0; member
/kernel/liteos_a/testsuites/unittest/process/lock/mutex/smoke/
H A Dpthread_mutex_test_020.cpp132 int threadCount; in Testcase() local
[all...]
H A Dpthread_mutex_test_021.cpp132 int threadCount; in Testcase() local
[all...]
H A Dpthread_mutex_test_022.cpp132 int threadCount; in Testcase() local
[all...]
H A Dpthread_mutex_test_019.cpp105 int threadCount; in Testcase() local
/kernel/liteos_a/testsuites/unittest/process/lock/spinlock/smoke/
H A Dpthread_spinlock_test_001.cpp52 int threadCount = *((int *)a); in ThreadWriteFunc1() local
94 int threadCount = *((int *)a); in ThreadWriteFunc() local
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dcpu.h64 int32_t threadCount = 0; member
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
H A Dbacktrace_utils_test.cpp238 constexpr int32_t threadCount = 50; in HWTEST_F() local
/kernel/liteos_a/kernel/base/include/
H A Dlos_info_pri.h94 UINT32 threadCount; member
/kernel/liteos_a/testsuites/unittest/process/lock/rwlock/full/
H A Dpthread_rwlock_test_002.cpp97 int threadCount = *((int *)a); in ThreadReadFunc() local
137 int threadCount = *((int *)a); in ThreadWriteFunc1() local
182 int threadCount = *((int *)a); in ThreadWriteFunc() local
[all...]
/kernel/liteos_a/testsuites/unittest/process/lock/rwlock/smoke/
H A Dpthread_rwlock_test_001.cpp98 int threadCount = *((int *)a); in ThreadReadFunc() local
138 int threadCount = *((int *)a); in ThreadWriteFunc1() local
183 int threadCount = *((int *)a); in ThreadWriteFunc() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dintltest.h378 int32_t threadCount; member in IntlTest
/arkcompiler/ets_frontend/es2panda/
H A Des2panda.cpp41 Compiler::Compiler(ScriptExtension ext, size_t threadCount) in Compiler() argument

Completed in 11 milliseconds

12