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

  /external/grpc-grpc/src/python/grpcio/grpc/beta/
interfaces.py 139 def stop(self, grace):
143 RPCs are aborted is controlled by the grace period parameter passed to this
147 grace value than has been passed in a previous call will have the effect of
148 stopping the Server sooner. Passing a larger grace value than has been
153 grace: A duration of time in seconds to allow existing RPCs to complete
159 stopped. The returned event may not be set until after the full grace
163 very early in the grace period).
_server_adaptations.py 364 def stop(self, grace):
365 return self._grpc_server.stop(grace)
  /external/tensorflow/tensorflow/contrib/rpc/python/kernel_tests/
rpc_op_test.py 64 self._server.stop(grace=None)
  /external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/
base.py 253 def stop(self, grace):
258 grace period during which they are allowed to finish.
261 grace: A duration of time in seconds to allow ongoing operations to
269 may not be set until after the full grace period (if some ongoing
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm.sh 173 --shutdown-grace)
174 checkarg --shutdown-grace "(seconds)" "$#" "$2" '^[0-9]*$' '^error'
  /external/tensorflow/tensorflow/python/debug/lib/
grpc_debug_server.py 362 def stop_server(self, grace=1.0):
370 grace: Grace period in seconds to be used when calling `server.stop()`.
387 return self.server.stop(grace=grace)
  /external/grpc-grpc/src/python/grpcio/grpc/
_server.py 645 GRACE = 'grace'
750 def _stop(state, grace):
759 state.stage = _ServerStage.GRACE
764 if grace is None:
769 shutdown_event.wait(timeout=grace)
828 def stop(self, grace):
829 return _stop(self._state, grace)
__init__.py     [all...]
  /external/blktrace/btt/doc/
btt.tex 517 xmgrace\footnote{\texttt{http://plasma-gate.weizmann.ac.il/Grace/}
518 ``Grace is a WYSIWYG 2D plotting tool for the X Window System and
595 The files are again in grace-friendly format, with the first set
    [all...]

Completed in 668 milliseconds