Searched refs:grpc_fd_notify_on_write (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | udp_server.cc | 239 grpc_fd_notify_on_write(sp->emfd_, &sp->write_closure_); in shutdown_fd() 501 grpc_fd_notify_on_write(sp->emfd_, &sp->write_closure_); in fd_notify_on_write_wrapper() 513 grpc_fd_notify_on_write(sp->emfd_, &sp->write_closure_); in do_write() 731 grpc_fd_notify_on_write(emfd_, &write_closure_); in StartListening()
|
D | tcp_client_posix.cc | 201 grpc_fd_notify_on_write(fd, &ac->write_closure); in on_writable() 337 grpc_fd_notify_on_write(ac->fd, &ac->write_closure); in grpc_tcp_client_create_from_prepared_fd()
|
D | ev_posix.h | 146 void grpc_fd_notify_on_write(grpc_fd* fd, grpc_closure* closure);
|
D | ev_posix.cc | 282 void grpc_fd_notify_on_write(grpc_fd* fd, grpc_closure* closure) { in grpc_fd_notify_on_write() function
|
D | tcp_posix.cc | 260 grpc_fd_notify_on_write(tcp->em_fd, &tcp->write_done_closure); in notify_on_write()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_ev_driver_posix.cc | 66 grpc_fd_notify_on_write(fd_, write_closure); in RegisterForOnWriteableLocked()
|
/external/grpc-grpc/test/core/iomgr/ |
D | fd_posix_test.cc | 322 grpc_fd_notify_on_write(cl->em_fd, &cl->write_closure); in client_session_write()
|