Searched refs:THREAD_MULT (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dtop.c81 #define THREAD_MULT 8 macro
236 new_procs = calloc(INIT_PROCS * (threads ? THREAD_MULT : 1), sizeof(struct proc_info *));
237 num_new_procs = INIT_PROCS * (threads ? THREAD_MULT : 1);

Completed in 62 milliseconds