HomeSort by relevance Sort by last modified time
    Searched refs:nice_level (Results 1 - 2 of 2) sorted by null

  /external/autotest/scheduler/
pidfile_monitor.py 53 def _add_nice_command(self, command, nice_level):
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,
67 if nice_level is not None:
68 command = ['nice', '-n', str(nice_level)] + command
agent_task.py 363 nice_level=AUTOSERV_NICE_LEVEL, log_file=self._log_file(),

Completed in 207 milliseconds