/external/grpc-grpc/test/core/iomgr/ |
D | ev_epollex_linux_test.cc | 69 grpc_fd_orphan(grpc_fd1, nullptr, nullptr, "test fd1 orphan"); in test_pollable_owner_fd() 82 grpc_fd_orphan(grpc_fd2, nullptr, nullptr, "test fd2 orphan"); in test_pollable_owner_fd()
|
D | fd_posix_test.cc | 118 grpc_fd_orphan(se->em_fd, nullptr, nullptr, "a"); in session_shutdown_cb() 174 grpc_fd_orphan(sv->em_fd, nullptr, nullptr, "b"); in listen_shutdown_cb() 292 grpc_fd_orphan(cl->em_fd, nullptr, nullptr, "c"); in client_session_shutdown_cb() 505 grpc_fd_orphan(em_fd, nullptr, nullptr, "d"); in test_grpc_fd_change()
|
D | ev_epollsig_linux_test.cc | 82 grpc_fd_orphan(tfds[i].fd, nullptr, &release_fd, "test_fd_cleanup"); in test_fd_cleanup() 289 grpc_fd_orphan(shared.wakeup_desc, nullptr, nullptr, "done"); in test_threading()
|
D | pollset_set_test.cc | 139 grpc_fd_orphan(tfds[i].fd, nullptr, &release_fd, "test_fd_cleanup"); in cleanup_test_fds()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_ev_driver_posix.cc | 58 grpc_fd_orphan(fd_, nullptr, &dummy_release_fd, "c-ares query finished"); in ~GrpcPolledFdPosix()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_ev_driver_posix.cc | 58 grpc_fd_orphan(fd_, nullptr, &dummy_release_fd, "c-ares query finished"); in ~GrpcPolledFdPosix()
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_pollset.cc | 149 grpc_fd_orphan(fd, nullptr, nullptr, "xxx"); in BM_PollAddFd() 245 grpc_fd_orphan(wakeup, nullptr, nullptr, "done"); in BM_SingleThreadPollOneFd()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_client_posix.cc | 213 grpc_fd_orphan(fd, nullptr, nullptr, "tcp_client_orphan"); in on_writable() 300 grpc_fd_orphan(fdobj, nullptr, nullptr, "tcp_client_connect_error"); in grpc_tcp_client_create_from_prepared_fd()
|
D | ev_posix.h | 135 void grpc_fd_orphan(grpc_fd* fd, grpc_closure* on_done, int* release_fd,
|
D | ev_posix.cc | 264 void grpc_fd_orphan(grpc_fd* fd, grpc_closure* on_done, int* release_fd, in grpc_fd_orphan() function
|
D | tcp_server_posix.cc | 160 grpc_fd_orphan(sp->emfd, &sp->destroyed_closure, nullptr, in deactivated_all_ports()
|
D | udp_server.cc | 304 grpc_fd_orphan(emfd_, &destroyed_closure_, nullptr, "udp_listener_shutdown"); in OrphanFd()
|
D | tcp_posix.cc | 629 grpc_fd_orphan(tcp->em_fd, tcp->release_fd_cb, tcp->release_fd, in tcp_free()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_client_posix.cc | 217 grpc_fd_orphan(fd, nullptr, nullptr, "tcp_client_orphan"); in on_writable() 310 grpc_fd_orphan(fdobj, nullptr, nullptr, "tcp_client_connect_error"); in grpc_tcp_client_create_from_prepared_fd()
|
D | ev_posix.h | 121 void grpc_fd_orphan(grpc_fd* fd, grpc_closure* on_done, int* release_fd,
|
D | ev_posix.cc | 259 void grpc_fd_orphan(grpc_fd* fd, grpc_closure* on_done, int* release_fd, in grpc_fd_orphan() function
|
D | tcp_server_posix.cc | 152 grpc_fd_orphan(sp->emfd, &sp->destroyed_closure, nullptr, in deactivated_all_ports()
|
D | udp_server.cc | 303 grpc_fd_orphan(emfd_, &destroyed_closure_, nullptr, "udp_listener_shutdown"); in OrphanFd()
|
D | tcp_posix.cc | 328 grpc_fd_orphan(tcp->em_fd, tcp->release_fd_cb, tcp->release_fd, in tcp_free()
|