Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/surface/
Dserver.h334 static void ListenerDestroyDone(void* arg, grpc_error* error);
Dserver.cc765 void Server::ListenerDestroyDone(void* arg, grpc_error* /*error*/) { in ListenerDestroyDone() function in grpc_core::Server
830 GRPC_CLOSURE_INIT(&listener.destroy_done, ListenerDestroyDone, this, in ShutdownAndNotify()