Searched refs:blocking_accept (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/crates/test-programs/src/bin/ |
| H A D | p2_tcp_sample_application.rs | 29 let (_accepted, input, _output) = listener.blocking_accept().unwrap(); in test_tcp_sample_application() 49 let (_accepted, input, _output) = listener.blocking_accept().unwrap(); in test_tcp_sample_application()
|
| H A D | p2_tcp_sockopts.rs | 133 let (accepted_client, _, _) = listener.blocking_accept().unwrap(); in test_tcp_sockopt_inheritance() 199 let (accepted_client, _, _) = listener.blocking_accept().unwrap(); in test_tcp_sockopt_after_listen()
|
| H A D | p2_tcp_streams.rs | 144 let (accepted_socket, accepted_input, accepted_output) = listener.blocking_accept().unwrap(); in setup()
|
| H A D | p2_tcp_bind.rs | 67 listener1.blocking_accept().unwrap(); in test_tcp_bind_reuseaddr()
|
| /wasmtime-44.0.1/crates/test-programs/src/ |
| H A D | sockets.rs | 173 pub fn blocking_accept(&self) -> Result<(TcpSocket, InputStream, OutputStream), ErrorCode> { in blocking_accept() method
|