Searched refs:shutdown_tag (Results 1 – 5 of 5) sorted by relevance
99 ShutdownTag shutdown_tag; in ~FullstackFixture() local101 &shutdown_tag); in ~FullstackFixture()228 ShutdownTag shutdown_tag; in ~EndpointPairFixture() local230 &shutdown_tag); in ~EndpointPairFixture()
86 shutdown_tag = object()87 server.shutdown(completion_queue, shutdown_tag)91 self.assertIs(shutdown_tag, event.tag)
28 def __init__(self, completion_queue, shutdown_tag): argument31 self._shutdown_tag = shutdown_tag
109 typedef struct shutdown_tag { struct113 } shutdown_tag; typedef215 shutdown_tag* shutdown_tags;1221 shutdown_tag* sdt; in grpc_server_shutdown_and_notify()1244 server->shutdown_tags = static_cast<shutdown_tag*>( in grpc_server_shutdown_and_notify()1246 sizeof(shutdown_tag) * (server->num_shutdown_tags + 1))); in grpc_server_shutdown_and_notify()
607 ShutdownTag shutdown_tag; // Dummy shutdown tag in ShutdownInternal() local608 grpc_server_shutdown_and_notify(server_, shutdown_cq.cq(), &shutdown_tag); in ShutdownInternal()