/aosp12/bionic/benchmarks/ |
H A D | get_heap_size_benchmark.cpp | 35 static std::atomic<int> thread_count; variable
|
/aosp12/frameworks/native/services/vr/performanced/ |
H A D | task.h | 33 size_t thread_count() const { return thread_count_; } in thread_count() function
|
/aosp12/bionic/tests/ |
H A D | stack_protector_test.cpp | 75 size_t thread_count = 9; in TEST() local
|
H A D | leak_test.cpp | 131 const int thread_count = (sysconf(_SC_NPROCESSORS_CONF) > 2) ? 100 : 50; in TEST() local
|
H A D | pthread_test.cpp | 2659 size_t thread_count; member
|
/aosp12/art/test/911-get-stack-trace/ |
H A D | stack_trace.cc | 145 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 D | threadgroups.cc | 91 jint thread_count; in Java_art_Test925_getThreadGroupChildren() local
|
/aosp12/art/test/931-agent-thread/ |
H A D | agent_thread.cc | 74 jint thread_count; in AgentMain() local
|
/aosp12/art/runtime/native/ |
H A D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 195 uint16_t thread_count = 0; in DdmVmInternal_getThreadStats() local
|
/aosp12/system/update_engine/payload_generator/ |
H A D | delta_diff_generator.cc | 194 auto thread_count = std::min<int>(diff_utils::GetMaxThreads(), in GenerateUpdatePayloadFile() local
|
/aosp12/art/runtime/ |
H A D | thread_pool.cc | 252 const size_t thread_count = GetThreadCount(); in GetTask() local
|
/aosp12/art/test/ti-agent/ |
H A D | jni_binder.cc | 197 jint thread_count; in GetClass() local
|
/aosp12/art/runtime/gc/collector/ |
H A D | mark_sweep.cc | 883 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 D | threads.cc | 151 jint thread_count; in Java_art_Test924_getAllThreads() local
|
/aosp12/bionic/libc/bionic/ |
H A D | pthread_cond.cpp | 161 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 D | pdx_benchmarks.cpp | 528 int thread_count = ProgramOptions.threads; in ServiceCommand() local 602 int thread_count = ProgramOptions.threads; in ClientCommand() local
|
/aosp12/art/dex2oat/driver/ |
H A D | compiler_driver.cc | 257 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 D | versioner.cpp | 193 size_t thread_count = max_thread_count; in compileHeaders() local
|
/aosp12/packages/modules/adb/ |
H A D | test_device.py | 530 def hammer(thread_idx, thread_count, result): argument
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_stack.cc | 516 jint thread_count, in GetThreadListStackTraces()
|
H A D | OpenjdkJvmTi.cc | 311 jint thread_count, in GetThreadListStackTraces()
|