Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc482 int cfds[2]; in create_sockets_pipe() local
484 if (pipe(cfds) < 0) { in create_sockets_pipe()
494 client_fds->read_fd = cfds[0]; in create_sockets_pipe()
495 client_fds->write_fd = cfds[1]; in create_sockets_pipe()