Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 8 of 8) sorted by relevance

/thrift-3.4.0/lib/cpp/test/
DTPipeInterruptTest.cpp50 static void acceptWorker(TPipeServer *pipe) { in acceptWorker()
61 static void interruptWorker(TPipeServer *pipe) { in interruptWorker()
DTPipedTransportTest.cpp35 std::shared_ptr<TMemoryBuffer> pipe(new TMemoryBuffer); in BOOST_AUTO_TEST_CASE() local
DThrifttReadCheckTests.cpp81 std::shared_ptr<TMemoryBuffer> pipe(new TMemoryBuffer); in BOOST_AUTO_TEST_CASE() local
/thrift-3.4.0/lib/netstd/Thrift/Transport/Client/
DTNamedPipeTransport.cs33 …public TNamedPipeTransport(string pipe, TConfiguration config, int timeout = DEFAULT_CONNECT_TIMEO… in TNamedPipeTransport()
38 …public TNamedPipeTransport(string server, string pipe, TConfiguration config, int timeout = DEFAUL… in TNamedPipeTransport()
/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTPipe.cpp179 void pseudo_sync_write(HANDLE pipe, HANDLE event, const uint8_t* buf, uint32_t len) { in pseudo_sync_write()
203 uint32_t pseudo_sync_read(HANDLE pipe, HANDLE event, uint8_t* buf, uint32_t len) { in pseudo_sync_read()
313 uint32_t pipe_read(HANDLE pipe, uint8_t* buf, uint32_t len) { in pipe_read()
333 void pipe_write(HANDLE pipe, const uint8_t* buf, uint32_t len) { in pipe_write()
371 TAutoHandle pipe(pipehandle); in setPipeHandle() local
/thrift-3.4.0/test/netstd/Client/
DTestClient.cs75 public string pipe = string.Empty; field in ThriftTest.TestClient.TestParams
/thrift-3.4.0/lib/netstd/Thrift/Transport/Server/
DTNamedPipeServerTransport.cs109 private static void Close(NamedPipeServerStream pipe) in Close()
/thrift-3.4.0/test/netstd/Server/
DTestServer.cs78 internal string pipe = string.Empty; field in ThriftTest.ServerParam