Home
last modified time | relevance | path

Searched refs:select (Results 1 – 14 of 14) sorted by relevance

/bionic/tests/
Dsys_select_test.cpp92 ASSERT_EQ(-1, select(-1, &r, &w, &e, nullptr)); in TEST()
95 int num_fds = select(max, &r, &w, &e, nullptr); in TEST()
110 ASSERT_EQ(-1, select(max, &r, &w, &e, &tv)); in TEST()
120 ASSERT_EQ(1, select(fd+1, &r, nullptr, nullptr, &tv)); in TEST()
Dsys_socket_test.cpp90 ASSERT_LT(0, select(fd+1, &read_set, nullptr, nullptr, &tv)); in RunTest()
220 ASSERT_LT(0, select(fd_acc+1, &read_set, nullptr, nullptr, &tv)); in TestSendMMsg()
/bionic/tests/headers/posix/
Dsys_select_h.c61 FUNCTION(select, int (*f)(int, fd_set*, fd_set*, fd_set*, struct timeval*)); in sys_select_h()
Dsys_time_h.c72 FUNCTION(select, int (*f)(int, fd_set*, fd_set*, fd_set*, struct timeval*)); in sys_time_h()
/bionic/libc/kernel/uapi/linux/
Dvirtio_input.h45 __u8 select; member
Dqemu_fw_cfg.h62 __be16 select; member
Dhdreg.h46 unsigned select : 1; member
/bionic/libc/include/sys/
Dselect.h109 int select(int __fd_count, fd_set* __read_fds, fd_set* __write_fds, fd_set* __exception_fds, struct…
/bionic/libc/bionic/
Dpoll.cpp82 int select(int fd_count, fd_set* read_fds, fd_set* write_fds, fd_set* error_fds, timeval* tv) { in select() function
/bionic/libc/tools/
Dposix-2013.txt887 select
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_006.S673 CALL(select)
/bionic/tools/versioner/platforms/
Dlibc.map.txt901 select;
/bionic/libc/
Dlibc.map.txt901 select;
/bionic/docs/
Delf-tls.md326 * GCC can select the design at run-time using `-mtls-dialect=<dialect>` (`trad`-vs-`desc` on arm64,