Searched refs:fd_ref (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | ev_epollsig_linux.cc | 148 static void fd_ref(grpc_fd* fd, const char* reason, const char* file, int line); 151 #define GRPC_FD_REF(fd, reason) fd_ref(fd, reason, __FILE__, __LINE__) 154 static void fd_ref(grpc_fd* fd); 156 #define GRPC_FD_REF(fd, reason) fd_ref(fd) 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 | 160 static void fd_ref(grpc_fd* fd, const char* reason, const char* file, int line); 163 #define GRPC_FD_REF(fd, reason) fd_ref(fd, reason, __FILE__, __LINE__) 166 static void fd_ref(grpc_fd* fd); 168 #define GRPC_FD_REF(fd, reason) fd_ref(fd) 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 | 227 int fd_ref; member
|