Searched defs:poll (Results 1 – 5 of 5) sorted by relevance
34 TEST(poll, poll_null_fds) { in TEST() argument41 TEST(poll, ppoll_null_fds) { in TEST() argument49 TEST(poll, ppoll64_null_fds) { in TEST() argument
430 FORTIFY_TEST(poll) { in FORTIFY_TEST() argument
43 int poll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, int timeout) in poll() function
41 int poll(pollfd* fds, nfds_t fd_count, int ms) { in poll() function
74 __u8 poll; member