Home
last modified time | relevance | path

Searched refs:OnFdAboutToOrphan (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dudp_server.cc88 void OnFdAboutToOrphan();
319 sp->OnFdAboutToOrphan(); in grpc_udp_server_destroy()
328 void GrpcUdpListener::OnFdAboutToOrphan() { in OnFdAboutToOrphan() function in GrpcUdpListener
340 udp_handler_->OnFdAboutToOrphan(&orphan_fd_closure_, server_->user_data); in OnFdAboutToOrphan()
Dudp_server.h58 virtual void OnFdAboutToOrphan(grpc_closure* orphan_fd_closure,
/external/grpc-grpc/test/core/iomgr/
Dudp_server_test.cc98 void OnFdAboutToOrphan(grpc_closure* orphan_fd_closure, in OnFdAboutToOrphan() function in TestGrpcUdpHandler