Searched refs:kMaxChildrenProcs (Results 1 – 1 of 1) sorted by relevance
36 #define kMaxChildrenProcs NUM_PROCS_IN_COALITION * NUM_COALITIONS + 1 macro37 static pid_t children_pids[kMaxChildrenProcs];423 …T_QUIET; T_ASSERT_LT(num_children + 1, (size_t) kMaxChildrenProcs, "Don't create too many children… in launch_proc_in_coalition()