Searched refs:new_process_group (Results 1 – 4 of 4) sorted by relevance
122 def create_piped_process(self, command, new_process_group=True): argument294 def create_piped_process(self, command, new_process_group=True): argument296 if new_process_group:313 process.using_process_groups = new_process_group434 def create_piped_process(self, command, new_process_group=True): argument435 if new_process_group:
242 bool new_process_group = false; member
406 if (options.new_process_group) { in LaunchProcess()
288 DCHECK(options.new_process_group); in LaunchChildTestProcessWithOptions()474 options.new_process_group = true; in DoLaunchChildTestProcess()