Home
last modified time | relevance | path

Searched refs:shutdown_error (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dlockfree_event.cc162 bool LockfreeEvent::SetShutdown(grpc_error* shutdown_error) { in SetShutdown() argument
163 gpr_atm new_state = reinterpret_cast<gpr_atm>(shutdown_error) | kShutdownBit; in SetShutdown()
170 &state_, curr, grpc_error_string(shutdown_error)); in SetShutdown()
187 GRPC_ERROR_UNREF(shutdown_error); in SetShutdown()
199 "FD Shutdown", &shutdown_error, 1)); in SetShutdown()
Dtcp_windows.cc126 grpc_error* shutdown_error; member
137 if (tcp->shutting_down) GRPC_ERROR_UNREF(tcp->shutdown_error); in tcp_free()
228 "TCP stream shutting down", &tcp->shutdown_error, 1) in on_read()
260 "TCP socket is shutting down", &tcp->shutdown_error, 1)); in win_read()
374 "TCP socket is shutting down", &tcp->shutdown_error, 1)); in win_write()
464 tcp->shutdown_error = why; in win_shutdown()
Dlockfree_event.h59 bool SetShutdown(grpc_error* shutdown_error);
Dtimer_generic.cc705 grpc_error* shutdown_error = in timer_check() local
732 run_some_expired_timers(now, next, shutdown_error); in timer_check()
Dev_poll_posix.cc92 grpc_error* shutdown_error; member
361 if (fd->shutdown) GRPC_ERROR_UNREF(fd->shutdown_error);
492 "FD shutdown", &fd->shutdown_error, 1),
545 fd->shutdown_error = why;
/external/grpc-grpc/test/core/transport/
Dbyte_stream_test.cc101 grpc_error* shutdown_error = in TEST() local
103 stream.Shutdown(GRPC_ERROR_REF(shutdown_error)); in TEST()
107 EXPECT_TRUE(error == shutdown_error); in TEST()
109 GRPC_ERROR_UNREF(shutdown_error); in TEST()
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_windows.cc125 grpc_error* shutdown_error; member
135 if (tcp->shutting_down) GRPC_ERROR_UNREF(tcp->shutdown_error); in tcp_free()
201 "TCP stream shutting down", &tcp->shutdown_error, 1) in on_read()
225 "TCP socket is shutting down", &tcp->shutdown_error, 1)); in win_read()
314 "TCP socket is shutting down", &tcp->shutdown_error, 1)); in win_write()
403 tcp->shutdown_error = why; in win_shutdown()
Dtimer_generic.cc701 grpc_error* shutdown_error = in timer_check() local
729 run_some_expired_timers(now, next, shutdown_error); in timer_check()
Dev_poll_posix.cc90 grpc_error* shutdown_error; member
401 if (fd->shutdown) GRPC_ERROR_UNREF(fd->shutdown_error);
532 "FD shutdown", &fd->shutdown_error, 1),
584 fd->shutdown_error = why;
/external/autotest/client/site_tests/platform_BootPerf/
Dplatform_BootPerf.py408 shutdown_timeval, shutdown_error = self._calculate_timeval(
421 results['seconds_reboot_error'] = shutdown_error + boot_error
/external/python/cpython3/Lib/test/
Dtest_io.py3516 self.assertIn(self.shutdown_error, err.decode())
3702 shutdown_error = "LookupError: unknown encoding: ascii" variable in CTextIOWrapperTest
3753 shutdown_error = "LookupError: unknown encoding: ascii" variable in PyTextIOWrapperTest
/external/python/cpython2/Lib/test/
Dtest_io.py3137 shutdown_error = "RuntimeError: could not find io module state" variable in CMiscIOTest
3141 shutdown_error = "LookupError: unknown encoding: ascii" variable in PyMiscIOTest