Searched defs:fd_ref (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | ev_poll_posix.cc | 472 static void fd_ref(grpc_fd* fd, const char* reason, const char* file, function 482 static void fd_ref(grpc_fd* fd) { ref_by(fd, 2); } function
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | ev_epollsig_linux.cc | 782 static void fd_ref(grpc_fd* fd, const char* reason, const char* file, function 792 static void fd_ref(grpc_fd* fd) { ref_by(fd, 2); } function
|
D | ev_poll_posix.cc | 512 static void fd_ref(grpc_fd* fd, const char* reason, const char* file, function 522 static void fd_ref(grpc_fd* fd) { ref_by(fd, 2); } function
|
/external/kernel-headers/original/uapi/linux/ |
D | fd.h | 230 int fd_ref; member
|