Searched refs:ListenerDestroyDone (Results 1 – 2 of 2) sorted by relevance
334 static void ListenerDestroyDone(void* arg, grpc_error* error);
765 void Server::ListenerDestroyDone(void* arg, grpc_error* /*error*/) { in ListenerDestroyDone() function in grpc_core::Server830 GRPC_CLOSURE_INIT(&listener.destroy_done, ListenerDestroyDone, this, in ShutdownAndNotify()