Searched refs:fd (Results 1 – 4 of 4) sorted by relevance
36 xport(int fd) : xport(fd, eventfd(0, EFD_SEMAPHORE)) in xport() argument39 xport(int fd, int efd) : fd(fd), efd(efd) in xport() argument41 __ASSERT(fd >= 0, "invalid fd %d", fd); in xport()57 .fd = fd, in read_virt()62 .fd = efd, in read_virt()156 fd = -1; in close()166 int fd; member in apache::thrift::transport::xport170 TFDServer::TFDServer(int fd) : fd(fd) in TFDServer() argument182 return fd >= 0; in isOpen()198 return fd; in getSocketFD()[all …]
31 TFDServer(int fd);45 int fd; variable
41 typedef std::function<void(THRIFT_SOCKET fd)> socket_func_t;
215 fds[0].fd = socket_; in openSecConnection()
Completed in 13 milliseconds