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.py 47 self._start_condition = start_condition
54 Wait for |_start_condition|, and then start the stressor loop.
73 Loop until _start_condition() returns True, or _start_timeout_secs
78 if self._start_condition is None:
82 while not self._start_condition():
  /external/grpc-grpc/src/python/grpcio_tests/tests/unit/
_resource_exhausted_test.py 42 self._start_condition = threading.Condition()
46 with self._start_condition:
48 self._start_condition.wait()
52 with self._start_condition:
54 self._start_condition.notify()

Completed in 1775 milliseconds