Home
last modified time | relevance | path

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

/Zephyr-latest/modules/thrift/src/thrift/server/
DTFDServer.cpp33 class xport : public TVirtualTransport<xport> class
36 xport(int fd) : xport(fd, eventfd(0, EFD_SEMAPHORE)) in xport() function in apache::thrift::transport::xport
39 xport(int fd, int efd) : fd(fd), efd(efd) in xport() function in apache::thrift::transport::xport
47 ~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()