Searched defs:poll (Results 1 – 6 of 6) 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
411 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
626 ### Subtleties of __builtin_object_size(p, N)
68 __u8 poll; member