Searched refs:select (Results 1 – 14 of 14) sorted by relevance
/bionic/tests/ |
D | sys_select_test.cpp | 92 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()
|
D | sys_socket_test.cpp | 90 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/ |
D | sys_select_h.c | 61 FUNCTION(select, int (*f)(int, fd_set*, fd_set*, fd_set*, struct timeval*)); in sys_select_h()
|
D | sys_time_h.c | 72 FUNCTION(select, int (*f)(int, fd_set*, fd_set*, fd_set*, struct timeval*)); in sys_time_h()
|
/bionic/libc/kernel/uapi/linux/ |
D | virtio_input.h | 45 __u8 select; member
|
D | qemu_fw_cfg.h | 62 __be16 select; member
|
D | hdreg.h | 46 unsigned select : 1; member
|
/bionic/libc/include/sys/ |
D | select.h | 109 int select(int __fd_count, fd_set* __read_fds, fd_set* __write_fds, fd_set* __exception_fds, struct…
|
/bionic/libc/bionic/ |
D | poll.cpp | 82 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/ |
D | posix-2013.txt | 887 select
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_006.S | 673 CALL(select)
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 901 select;
|
/bionic/libc/ |
D | libc.map.txt | 901 select;
|
/bionic/docs/ |
D | elf-tls.md | 326 * GCC can select the design at run-time using `-mtls-dialect=<dialect>` (`trad`-vs-`desc` on arm64,
|