Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dpidfile_monitor.py45 def _add_nice_command(self, command, nice_level): argument
46 if not nice_level:
48 return ['nice', '-n', str(nice_level)] + command
55 def run(self, command, working_directory, num_processes, nice_level=None, argument
59 if nice_level is not None:
60 command = ['nice', '-n', str(nice_level)] + command
Dagent_task.py362 nice_level=AUTOSERV_NICE_LEVEL, log_file=self._log_file(),