Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dpidfile_monitor.py53 def _add_nice_command(self, command, nice_level): argument
54 if not nice_level:
56 return ['nice', '-n', str(nice_level)] + command
63 def run(self, command, working_directory, num_processes, nice_level=None, argument
67 if nice_level is not None:
68 command = ['nice', '-n', str(nice_level)] + command
Dagent_task.py373 nice_level=AUTOSERV_NICE_LEVEL, log_file=self._log_file(),