Searched refs:sfds (Results 1 – 2 of 2) 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()
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()