Searched defs:fd_unref (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | ev_poll_posix.cc | 478 static void fd_unref(grpc_fd* fd, const char* reason, const char* file, function 485 static void fd_unref(grpc_fd* fd) { unref_by(fd, 2); } function
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | ev_epollsig_linux.cc | 787 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
|
D | ev_poll_posix.cc | 517 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
|