Searched refs:thread_counts (Results 1 – 2 of 2) sorted by relevance
46 void DumpPool::start(int thread_counts) { in start() argument47 assert(thread_counts > 0); in start()49 if (thread_counts > MAX_THREAD_COUNT) { in start()50 thread_counts = MAX_THREAD_COUNT; in start()52 MYLOGI("Start thread pool:%d", thread_counts); in start()54 for (int i = 0; i < thread_counts; i++) { in start()
73 void start(int thread_counts = MAX_THREAD_COUNT);