Home
last modified time | relevance | path

Searched defs: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