Home
last modified time | relevance | path

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