Home
last modified time | relevance | path

Searched refs:thread_counts (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
DDumpPool.cpp75 void DumpPool::start(int thread_counts) { in start() argument
76 assert(thread_counts > 0); in start()
78 if (thread_counts > MAX_THREAD_COUNT) { in start()
79 thread_counts = MAX_THREAD_COUNT; in start()
81 MYLOGI("Start thread pool:%d\n", thread_counts); in start()
83 for (int i = 0; i < thread_counts; i++) { in start()
DDumpPool.h99 void start(int thread_counts = MAX_THREAD_COUNT);