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

  /external/autotest/server/cros/
stress_unittest.py 70 def start_condition(): function in function:StressorTest.testCountedStressorStartCondition
80 stressor.start(1, start_condition=start_condition)
90 def start_condition(): function in function:StressorTest.testControlledStressorStartCondition
101 stressor.start(start_condition=start_condition)
stress.py 35 def start(self, start_condition=None, start_timeout_secs=None):
42 @param start_condition: the new thread will wait until this optional
44 @param start_timeout_secs: how long to wait for |start_condition| to
47 self._start_condition = start_condition
142 def start(self, start_condition=None, start_timeout_secs=None):
147 @param start_condition: the new thread will wait to until this optional
149 @param start_timeout_secs: how long to wait for |start_condition| to
153 super(ControlledStressor, self).start(start_condition,
186 def start(self, iterations, start_condition=None, start_timeout_secs=None):
193 @param start_condition: the new thread will wait to until this optiona
    [all...]

Completed in 102 milliseconds