Searched defs:poll (Results 1 – 6 of 6) sorted by relevance
36 TEST(poll, poll_null_fds) { in TEST() argument43 TEST(poll, ppoll_null_fds) { in TEST() argument51 TEST(poll, ppoll64_null_fds) { in TEST() argument
407 FORTIFY_TEST(poll) { in FORTIFY_TEST() argument
43 int poll(struct pollfd* _Nullable 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)
57 __u8 poll; member