Lines Matching refs:start_condition
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 optional
195 @param start_timeout_secs: how long to wait for |start_condition| to
199 super(CountedStressor, self).start(start_condition, start_timeout_secs)