Searched refs:xport (Results 1 – 1 of 1) sorted by relevance
33 class xport : public TVirtualTransport<xport> class36 xport(int fd) : xport(fd, eventfd(0, EFD_SEMAPHORE)) in xport() function in apache::thrift::transport::xport39 xport(int fd, int efd) : fd(fd), efd(efd) in xport() function in apache::thrift::transport::xport47 ~xport() in ~xport()191 children.push_back(shared_ptr<TTransport>(new xport(fd))); in acceptImpl()215 auto child = reinterpret_cast<xport *>(c.get()); in interruptChildren()