Home
last modified time | relevance | path

Searched refs:stop_error_notification (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc130 stop_error_notification; /* Set to 1 if we do not want to be notified on member
380 gpr_atm_no_barrier_store(&tcp->stop_error_notification, true); in tcp_destroy()
740 static_cast<bool>(gpr_atm_acq_load(&tcp->stop_error_notification))) { in tcp_handle_error()
1082 gpr_atm_rel_store(&tcp->stop_error_notification, 0); in grpc_tcp_create()
1107 gpr_atm_no_barrier_store(&tcp->stop_error_notification, true); in grpc_tcp_destroy_and_release_fd()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc418 gpr_atm stop_error_notification; /* Set to 1 if we do not want to be notified member
675 gpr_atm_no_barrier_store(&tcp->stop_error_notification, true); in tcp_destroy()
1223 static_cast<bool>(gpr_atm_acq_load(&tcp->stop_error_notification))) { in tcp_handle_error()
1846 gpr_atm_rel_store(&tcp->stop_error_notification, 0); in grpc_tcp_create()
1871 gpr_atm_no_barrier_store(&tcp->stop_error_notification, true); in grpc_tcp_destroy_and_release_fd()