Searched refs:select (Results 1 - 18 of 18) sorted by relevance

/bionic/libc/upstream-netbsd/android/include/
H A Dfd_setsize.h1 #include <sys/select.h>
/bionic/tests/
H A Dsys_select_test.cpp22 #include <sys/select.h>
92 ASSERT_EQ(-1, select(-1, &r, &w, &e, NULL));
95 int num_fds = select(max, &r, &w, &e, NULL);
110 ASSERT_EQ(-1, select(max, &r, &w, &e, &tv));
120 ASSERT_EQ(1, select(fd+1, &r, NULL, NULL, &tv));
H A Dsys_socket_test.cpp88 ASSERT_LT(0, select(fd+1, &read_set, NULL, NULL, &tv));
218 ASSERT_LT(0, select(fd_acc+1, &read_set, NULL, NULL, &tv));
/bionic/libc/kernel/uapi/linux/
H A Dvirtio_input.h51 __u8 select; member in struct:virtio_input_config
H A Dhdreg.h52 unsigned select : 1; member in struct:ide_reg_valid_s::__anon413
/bionic/libc/private/
H A Dbionic_fortify.h32 #include <sys/select.h> // For struct fd_set.
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dvirtio_input.h51 __u8 select; member in struct:virtio_input_config
H A Dhdreg.h52 unsigned select : 1; member in struct:ide_reg_valid_s::__anon1486
/bionic/libc/bionic/
H A Dpoll.cpp32 #include <sys/select.h>
68 int select(int fd_count, fd_set* read_fds, fd_set* write_fds, fd_set* error_fds, timeval* tv) { function
H A Dfortify.cpp67 #include <sys/select.h>
H A Dsystem_properties.cpp45 #include <sys/select.h>
/bionic/libc/include/sys/
H A Dselect.h75 int select(int, fd_set*, fd_set*, fd_set*, struct timeval*);
H A Dtime.h36 /* POSIX says <sys/time.h> gets you most of <sys/select.h> and may get you all of it. */
37 #include <sys/select.h>
/bionic/tools/versioner/current/sys/
H A Dselect.h75 int select(int, fd_set*, fd_set*, fd_set*, struct timeval*);
H A Dtime.h36 /* POSIX says <sys/time.h> gets you most of <sys/select.h> and may get you all of it. */
37 #include <sys/select.h>
/bionic/libc/include/
H A Dunistd.h35 #include <sys/select.h>
/bionic/tools/versioner/current/
H A Dunistd.h35 #include <sys/select.h>
/bionic/libc/dns/resolv/
H A Dres_send.c1136 * socket operation, and select returns if the
1190 Perror(statp, stderr, "select", errno);
1381 n = select(nfds, rfds, wfds, efds, tvp);

Completed in 285 milliseconds