Searched refs:thread_counts (Results 1 – 2 of 2) sorted by relevance
75 void DumpPool::start(int thread_counts) { in start() argument76 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()
99 void start(int thread_counts = MAX_THREAD_COUNT);