Searched refs:shutdown_called (Results 1 – 5 of 5) sorted by relevance
268 bool shutdown_called = false; member306 bool shutdown_called = false; member332 bool shutdown_called = false; member1100 GPR_ASSERT(cqd->shutdown_called);1117 if (cqd->shutdown_called) {1122 cqd->shutdown_called = true;1336 GPR_ASSERT(cqd->shutdown_called);1356 if (cqd->shutdown_called) {1361 cqd->shutdown_called = true;1373 GPR_ASSERT(cqd->shutdown_called);[all …]
73 if (winsocket->shutdown_called) { in grpc_winsocket_shutdown()77 winsocket->shutdown_called = true; in grpc_winsocket_shutdown()
83 bool shutdown_called; member
92 if (socket->shutdown_called) { in grpc_iocp_work()
491 shutdown_called = 0 variable in MiscTestCase.test_shutdown_request_called_if_verify_request_false.MyServer493 self.shutdown_called += 1501 self.assertEqual(server.shutdown_called, 1)