Home
last modified time | relevance | path

Searched defs:thread_count (Results 1 – 21 of 21) sorted by relevance

/aosp12/bionic/benchmarks/
H A Dget_heap_size_benchmark.cpp35 static std::atomic<int> thread_count; variable
/aosp12/frameworks/native/services/vr/performanced/
H A Dtask.h33 size_t thread_count() const { return thread_count_; } in thread_count() function
/aosp12/bionic/tests/
H A Dstack_protector_test.cpp75 size_t thread_count = 9; in TEST() local
H A Dleak_test.cpp131 const int thread_count = (sysconf(_SC_NPROCESSORS_CONF) > 2) ? 100 : 50; in TEST() local
H A Dpthread_test.cpp2659 size_t thread_count; member
/aosp12/art/test/911-get-stack-trace/
H A Dstack_trace.cc145 jint thread_count; in Java_art_AllTraces_getAllStackTraces() local
173 jint thread_count = env->GetArrayLength(jthreads); in Java_art_ThreadListTraces_getThreadListStackTraces() local
/aosp12/art/test/925-threadgroups/
H A Dthreadgroups.cc91 jint thread_count; in Java_art_Test925_getThreadGroupChildren() local
/aosp12/art/test/931-agent-thread/
H A Dagent_thread.cc74 jint thread_count; in AgentMain() local
/aosp12/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc195 uint16_t thread_count = 0; in DdmVmInternal_getThreadStats() local
/aosp12/system/update_engine/payload_generator/
H A Ddelta_diff_generator.cc194 auto thread_count = std::min<int>(diff_utils::GetMaxThreads(), in GenerateUpdatePayloadFile() local
/aosp12/art/runtime/
H A Dthread_pool.cc252 const size_t thread_count = GetThreadCount(); in GetTask() local
/aosp12/art/test/ti-agent/
H A Djni_binder.cc197 jint thread_count; in GetClass() local
/aosp12/art/runtime/gc/collector/
H A Dmark_sweep.cc883 size_t thread_count = GetThreadCount(paused); in ScanGrayObjects() local
1035 size_t thread_count = GetThreadCount(false); in RecursiveMark() local
1392 void MarkSweep::ProcessMarkStackParallel(size_t thread_count) { in ProcessMarkStackParallel()
1417 size_t thread_count = GetThreadCount(paused); in ProcessMarkStack() local
/aosp12/art/test/924-threads/
H A Dthreads.cc151 jint thread_count; in Java_art_Test924_getAllThreads() local
/aosp12/bionic/libc/bionic/
H A Dpthread_cond.cpp161 static int __pthread_cond_pulse(pthread_cond_internal_t* cond, int thread_count) { in __pthread_cond_pulse()
/aosp12/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp528 int thread_count = ProgramOptions.threads; in ServiceCommand() local
602 int thread_count = ProgramOptions.threads; in ClientCommand() local
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc257 size_t thread_count, in CompilerDriver()
1670 size_t thread_count, in ResolveDexFile()
2018 size_t thread_count, in VerifyDexFile()
2088 size_t thread_count, in SetVerifiedDexFile()
2560 size_t thread_count, in CompileDexFile()
/aosp12/bionic/tools/versioner/src/
H A Dversioner.cpp193 size_t thread_count = max_thread_count; in compileHeaders() local
/aosp12/packages/modules/adb/
H A Dtest_device.py530 def hammer(thread_idx, thread_count, result): argument
/aosp12/art/openjdkjvmti/
H A Dti_stack.cc516 jint thread_count, in GetThreadListStackTraces()
H A DOpenjdkJvmTi.cc311 jint thread_count, in GetThreadListStackTraces()