Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/select/
Dselect02.c24 fd_set sfds; in sample_fn() local
26 FD_ZERO(&sfds); in sample_fn()
28 FD_SET(fds[0], &sfds); in sample_fn()
31 TEST(do_select(1, &sfds, NULL, NULL, &timeout)); in sample_fn()
/third_party/grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc483 int sfds[2]; in create_sockets_pipe() local
489 if (pipe(sfds) < 0) { in create_sockets_pipe()
496 server_fds->read_fd = sfds[0]; in create_sockets_pipe()
497 server_fds->write_fd = sfds[1]; in create_sockets_pipe()
/third_party/pulseaudio/src/utils/
Dpadsp.c617 int sfds[2] = { -1, -1 }; in fd_info_new() local
659 if (socketpair(AF_UNIX, SOCK_STREAM, 0, sfds) < 0) { in fd_info_new()
665 i->app_fd = sfds[0]; in fd_info_new()
666 i->thread_fd = sfds[1]; in fd_info_new()