Searched refs:sfds (Results 1 – 3 of 3) sorted by relevance
24 fd_set sfds; in sample_fn() local26 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()
483 int sfds[2]; in create_sockets_pipe() local489 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()
617 int sfds[2] = { -1, -1 }; in fd_info_new() local659 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()