Home
last modified time | relevance | path

Searched refs:zvfs_poll_internal (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/lib/os/zvfs/
Dzvfs_poll.c20 int zvfs_poll_internal(struct zvfs_pollfd *fds, int nfds, k_timeout_t timeout) in zvfs_poll_internal() function
182 return zvfs_poll_internal(fds, nfds, timeout); in z_impl_zvfs_poll()
Dzvfs_select.c25 int zvfs_poll_internal(struct zvfs_pollfd *fds, int nfds, k_timeout_t timeout);
147 res = zvfs_poll_internal(pfds, num_pfds, poll_timeout); in z_impl_zvfs_select()