Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 25 of 28) sorted by relevance

12

/bionic/tests/
Dpoll_test.cpp34 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
Dclang_fortify_tests.cpp430 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()
Dfortify_test.cpp997 ASSERT_FORTIFY(poll(buf, fd_count, 0)); in TEST_F()
/bionic/libc/include/bits/fortify/
Dpoll.h43 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/
DSECCOMP_ALLOWLIST_APP.TXT36 int poll:poll(struct pollfd *fds, nfds_t nfds, int timeout) lp32
/bionic/tests/headers/posix/
Dpoll_h.c52 FUNCTION(poll, int (*f)(struct pollfd[], nfds_t, int)); in poll_h()
/bionic/libc/include/
Dpoll.h52 int poll(struct pollfd* _Nullable __fds, nfds_t __count, int __timeout_ms);
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_121.S57 CALL(poll)
Dliblinker_reloc_bench_010.S171 CALL(poll)
Dliblinker_reloc_bench_023.S237 CALL(poll)
Dliblinker_reloc_bench_027.S292 CALL(poll)
Dliblinker_reloc_bench_065.S166 CALL(poll)
Dliblinker_reloc_bench_024.S334 CALL(poll)
Dliblinker_reloc_bench_008.S359 CALL(poll)
Dliblinker_reloc_bench_144.S238 CALL(poll)
Dliblinker_reloc_bench_076.S306 CALL(poll)
Dliblinker_reloc_bench_012.S2007 CALL(poll)
2174 GOT_RELOC(poll)
Dliblinker_reloc_bench_134.S1571 CALL(poll)
/bionic/libc/bionic/
Dpoll.cpp41 int poll(pollfd* fds, nfds_t fd_count, int ms) { in poll() function
Dsystem_property_set.cpp199 const int poll_result = TEMP_FAILURE_RETRY(poll(pollfds, 1, 250 /* ms */)); in send_prop_msg()
Dfortify.cpp163 return poll(fds, fd_count, timeout); in __poll_chk()
/bionic/libc/kernel/uapi/asm-x86/asm/
Dkvm.h74 __u8 poll; member
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp106 if (TEMP_FAILURE_RETRY(poll(&read_fd, 1, 1)) > 0) { in Exec()
/bionic/libc/tools/
Dposix-2013.txt626 poll
/bionic/docs/
Dstatus.md182 * <poll.h> `ppoll`.

12