Home
last modified time | relevance | path

Searched refs:_is_running (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dclient_runner.py46 self._is_running = False
52 self._is_running = True
57 self._is_running = False
63 while self._is_running:
72 self._is_running = False
78 self._is_running = True
84 self._is_running = False
89 if self._is_running:
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dts_proxy_server.py64 self._is_running = False
107 self._is_running = True
116 assert not self._is_running
191 if not self._is_running:
212 self._is_running = False
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c1827 _is_running(PyInterpreterState *interp) in _is_running() function
1851 int is_running = _is_running(interp); in _ensure_not_running()
2255 int is_running = _is_running(interp); in interp_is_running()