Searched refs:THREAD_MULT (Results 1 – 1 of 1) sorted by relevance
84 #define THREAD_MULT 8 macro238 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()