Home
last modified time | relevance | path

Searched refs:SHUTDOWN (Results 1 – 25 of 36) sorted by relevance

12

/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dconnectivity_test.py94 self.assertEqual(grpc.ChannelConnectivity.SHUTDOWN,
97 self.assertEqual(grpc.ChannelConnectivity.SHUTDOWN,
107 grpc.ChannelConnectivity.SHUTDOWN)
/third_party/grpc/doc/
Dwait-for-ready.md4 If an RPC is issued but the channel is in `TRANSIENT_FAILURE` or `SHUTDOWN`
14 as the channel is `SHUTDOWN` or the RPC's deadline is reached.
Dconnectivity-semantics-and-api.md51 SHUTDOWN: This channel has started shutting down. Any new RPCs should fail
69 <th>SHUTDOWN</th>
105 <th>SHUTDOWN</th>
/third_party/toybox/toys/pending/
Dinit.c41 #define SHUTDOWN 0x40 macro
306 if (x->action & (SHUTDOWN|ONCE|SYSINIT|CTRLALTDEL|WAIT)) { in run_action_from_list()
309 if (x->action & (SHUTDOWN|SYSINIT|CTRLALTDEL|WAIT)) waitforpid(pid); in run_action_from_list()
324 run_action_from_list(SHUTDOWN); in set_default()
/third_party/grpc/examples/python/wait_for_ready/
DREADME.md7 > If an RPC is issued but the channel is in TRANSIENT_FAILURE or SHUTDOWN states, the RPC is unable…
9 …ail before READY if there are unrelated reasons, such as the channel is SHUTDOWN or the RPC's dead…
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_channel_connectivity_test.py124 self.assertNotIn(grpc.ChannelConnectivity.SHUTDOWN,
128 self.assertNotIn(grpc.ChannelConnectivity.SHUTDOWN,
D_grpc_shutdown_test.py38 grpc.ChannelConnectivity.SHUTDOWN):
D_api_test.py104 grpc.ChannelConnectivity.SHUTDOWN,
/third_party/grpc/src/cpp/thread_manager/
Dthread_manager.h43 enum WorkStatus { WORK_FOUND, SHUTDOWN, TIMEOUT }; enumerator
Dthread_manager.cc165 case SHUTDOWN: in MainWorkLoop()
/third_party/grpc/src/python/grpcio/grpc/beta/
Dinterfaces.py24 ChannelConnectivity.FATAL_FAILURE = ChannelConnectivity.SHUTDOWN
/third_party/grpc/src/cpp/common/
Dcompletion_queue_cc.cc59 return SHUTDOWN; in AsyncNextInternal()
/third_party/grpc/include/grpcpp/impl/codegen/
Dcompletion_queue_impl.h124 SHUTDOWN, ///< The completion queue has been shutdown and fully-drained enumerator
181 GPR_CLOCK_REALTIME)) != SHUTDOWN); in Next()
Dcompletion_queue.h123 SHUTDOWN, ///< The completion queue has been shutdown and fully-drained enumerator
180 GPR_CLOCK_REALTIME)) != SHUTDOWN); in Next()
/third_party/iptables/extensions/
Dlibxt_sctp.man11 Chunk types: DATA INIT INIT_ACK SACK HEARTBEAT HEARTBEAT_ACK ABORT SHUTDOWN SHUTDOWN_ACK ERROR COOK…
Dlibxt_sctp.t19 -p sctp -m sctp --chunk-types all SHUTDOWN;=;OK
/third_party/python/Lib/multiprocessing/
Dmanagers.py477 SHUTDOWN = 2 variable in State
518 elif self._state.value == State.SHUTDOWN:
542 elif self._state.value == State.SHUTDOWN:
648 elif self._state.value == State.SHUTDOWN:
684 state.value = State.SHUTDOWN
1348 elif self._state.value == State.SHUTDOWN:
/third_party/grpc/test/cpp/thread_manager/
Dthread_manager_test.cc107 return SHUTDOWN; in PollForWork()
/third_party/grpc/src/python/grpcio/grpc/
D_common.py35 grpc.ChannelConnectivity.SHUTDOWN,
/third_party/grpc/test/cpp/end2end/
Dnonblocking_test.cc87 if (r == CompletionQueue::SHUTDOWN) { in LoopForTag()
Dcfstream_test.cc203 } else if (ret == grpc::CompletionQueue::SHUTDOWN) { in CQNext()
/third_party/grpc/doc/python/sphinx/
Dglossary.rst32 If an RPC is issued but the channel is in the TRANSIENT_FAILURE or SHUTDOWN
/third_party/openssl/test/
Dhandshake_helper.c1083 SHUTDOWN, enumerator
1127 return SHUTDOWN; in next_phase()
1128 case SHUTDOWN: in next_phase()
1156 case SHUTDOWN: in do_connect_step()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h158 SHUTDOWN, enumerator
/third_party/glib/gio/win32/
Dgwinhttpvfs.c323 CASE (SHUTDOWN); in _g_winhttp_error_message()

12