Home
last modified time | relevance | path

Searched refs:fd (Results 1 – 4 of 4) sorted by relevance

/modules/thrift/src/thrift/server/
A DTFDServer.cpp36 xport(int fd) : xport(fd, eventfd(0, EFD_SEMAPHORE)) in xport() argument
39 xport(int fd, int efd) : fd(fd), efd(efd) in xport() argument
41 __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::xport
170 TFDServer::TFDServer(int fd) : fd(fd) in TFDServer() argument
182 return fd >= 0; in isOpen()
198 return fd; in getSocketFD()
[all …]
A DTFDServer.h31 TFDServer(int fd);
45 int fd; variable
/modules/thrift/src/thrift/transport/
A DTServerSocket.h41 typedef std::function<void(THRIFT_SOCKET fd)> socket_func_t;
A DTSSLSocket.cpp215 fds[0].fd = socket_; in openSecConnection()

Completed in 13 milliseconds