Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dudp_server.cc112 static void fd_notify_on_write_wrapper(void* arg, grpc_error* error);
497 void GrpcUdpListener::fd_notify_on_write_wrapper(void* arg, grpc_error* error) { in fd_notify_on_write_wrapper() function in GrpcUdpListener
518 GRPC_CLOSURE_INIT(&sp->notify_on_write_closure_, fd_notify_on_write_wrapper, in do_write()