| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | compilerImpl.h | 40 explicit CompilerImpl(size_t threadCount): threadCount_(threadCount) {} in CompilerImpl() argument
|
| H A D | compileQueue.h | 162 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 D | compileQueue.cpp | 26 CompileQueue::CompileQueue(size_t threadCount) in CompileQueue() argument
|
| H A D | compilerImpl.h | 51 explicit CompilerImpl(size_t threadCount, std::vector<util::Plugin> const *plugins) in CompilerImpl() argument
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | workerQueue.cpp | 36 WorkerQueue::WorkerQueue(size_t threadCount) in WorkerQueue() argument
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/ |
| H A D | thread_cpu_data.cpp | 26 ThreadCpuData::ThreadCpuData(int magic, int pid, unsigned int threadCount): entry_(nullptr), current_(0) in ThreadCpuData() argument
|
| H A D | collect_device_client.cpp | 115 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 D | SkScalerCacheTest.cpp | 20 Barrier(int threadCount) : fThreadCount(threadCount) { } in Barrier() argument
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_filter_task.cpp | 58 void dng_filter_task::Start (uint32 threadCount, in Start() argument
|
| H A D | dng_jpeg_image.cpp | 225 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 D | VulkanMultithreadingTest.cpp | 62 runMultithreadedGLTest( std::function<void(EGLSurface surface, size_t threadIndex)> testBody, size_t threadCount) runMultithreadedGLTest() argument
|
| /arkcompiler/ets_frontend/ets2panda/ |
| H A D | es2panda.cpp | 61 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 D | plugin_config.h | 41 int32_t threadCount = 0; member
|
| /kernel/liteos_a/testsuites/unittest/process/lock/mutex/smoke/ |
| H A D | pthread_mutex_test_020.cpp | 132 int threadCount; in Testcase() local [all...] |
| H A D | pthread_mutex_test_021.cpp | 132 int threadCount; in Testcase() local [all...] |
| H A D | pthread_mutex_test_022.cpp | 132 int threadCount; in Testcase() local [all...] |
| H A D | pthread_mutex_test_019.cpp | 105 int threadCount; in Testcase() local
|
| /kernel/liteos_a/testsuites/unittest/process/lock/spinlock/smoke/ |
| H A D | pthread_spinlock_test_001.cpp | 52 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 D | cpu.h | 64 int32_t threadCount = 0;
member
|
| /base/hiviewdfx/faultloggerd/test/unittest/backtrace/ |
| H A D | backtrace_utils_test.cpp | 238 constexpr int32_t threadCount = 50; in HWTEST_F() local
|
| /kernel/liteos_a/kernel/base/include/ |
| H A D | los_info_pri.h | 94 UINT32 threadCount; member
|
| /kernel/liteos_a/testsuites/unittest/process/lock/rwlock/full/ |
| H A D | pthread_rwlock_test_002.cpp | 97 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 D | pthread_rwlock_test_001.cpp | 98 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 D | intltest.h | 378 int32_t threadCount; member in IntlTest
|
| /arkcompiler/ets_frontend/es2panda/ |
| H A D | es2panda.cpp | 41 Compiler::Compiler(ScriptExtension ext, size_t threadCount) in Compiler() argument
|