Home
last modified time | relevance | path

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

/system/core/toolbox/
Dtop.c84 #define THREAD_MULT 8 macro
238 new_procs = calloc(INIT_PROCS * (threads ? THREAD_MULT : 1), sizeof(struct proc_info *)); in read_procs()
239 num_new_procs = INIT_PROCS * (threads ? THREAD_MULT : 1); in read_procs()