Home
last modified time | relevance | path

Searched defs:fd_unref (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dev_epollsig_linux.cc787 static void fd_unref(grpc_fd* fd, const char* reason, const char* file, function
793 static void fd_unref(grpc_fd* fd) { unref_by(fd, 2); } function
Dev_poll_posix.cc517 static void fd_unref(grpc_fd* fd, const char* reason, const char* file, function
524 static void fd_unref(grpc_fd* fd) { unref_by(fd, 2); } function