/bionic/tests/ |
D | poll_test.cpp | 34 TEST(poll, poll_null_fds) { in TEST() argument 37 ASSERT_EQ(0, poll(nullptr, 0, 1)); in TEST() 41 TEST(poll, ppoll_null_fds) { in TEST() argument 49 TEST(poll, ppoll64_null_fds) { in TEST() argument
|
D | clang_fortify_tests.cpp | 430 FORTIFY_TEST(poll) { in FORTIFY_TEST() argument 441 EXPECT_FORTIFY_DEATH(poll(few_fds, 3, 0)); in FORTIFY_TEST() 458 EXPECT_FORTIFY_DEATH_STRUCT(poll(fds.few, 3, 0)); in FORTIFY_TEST()
|
D | fortify_test.cpp | 997 ASSERT_FORTIFY(poll(buf, fd_count, 0)); in TEST_F()
|
/bionic/libc/include/bits/fortify/ |
D | poll.h | 43 int poll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, int timeout) in poll() function 54 return __call_bypassing_fortify(poll)(fds, fd_count, timeout); in poll()
|
/bionic/libc/ |
D | SECCOMP_ALLOWLIST_APP.TXT | 36 int poll:poll(struct pollfd *fds, nfds_t nfds, int timeout) lp32
|
/bionic/tests/headers/posix/ |
D | poll_h.c | 52 FUNCTION(poll, int (*f)(struct pollfd[], nfds_t, int)); in poll_h()
|
/bionic/libc/include/ |
D | poll.h | 52 int poll(struct pollfd* _Nullable __fds, nfds_t __count, int __timeout_ms);
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_121.S | 57 CALL(poll)
|
D | liblinker_reloc_bench_010.S | 171 CALL(poll)
|
D | liblinker_reloc_bench_023.S | 237 CALL(poll)
|
D | liblinker_reloc_bench_027.S | 292 CALL(poll)
|
D | liblinker_reloc_bench_065.S | 166 CALL(poll)
|
D | liblinker_reloc_bench_024.S | 334 CALL(poll)
|
D | liblinker_reloc_bench_008.S | 359 CALL(poll)
|
D | liblinker_reloc_bench_144.S | 238 CALL(poll)
|
D | liblinker_reloc_bench_076.S | 306 CALL(poll)
|
D | liblinker_reloc_bench_012.S | 2007 CALL(poll) 2174 GOT_RELOC(poll)
|
D | liblinker_reloc_bench_134.S | 1571 CALL(poll)
|
/bionic/libc/bionic/ |
D | poll.cpp | 41 int poll(pollfd* fds, nfds_t fd_count, int ms) { in poll() function
|
D | system_property_set.cpp | 199 const int poll_result = TEMP_FAILURE_RETRY(poll(pollfds, 1, 250 /* ms */)); in send_prop_msg()
|
D | fortify.cpp | 163 return poll(fds, fd_count, timeout); in __poll_chk()
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | kvm.h | 74 __u8 poll; member
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_system_tests.cpp | 106 if (TEMP_FAILURE_RETRY(poll(&read_fd, 1, 1)) > 0) { in Exec()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 626 poll
|
/bionic/docs/ |
D | status.md | 182 * <poll.h> `ppoll`.
|