Searched refs:aos_do_pollfd (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/select/select/ |
A D | select.c | 147 if (aos_do_pollfd(fd, true, vfs_poll_notify, pfd, parg) == -ENOENT) { in pre_select() 171 if (aos_do_pollfd(fd, true, vfs_poll_notify, pfd, parg) == -ENOENT) { in pre_select() 194 if (aos_do_pollfd(fd, true, vfs_poll_notify, pfd, parg) == -ENOENT) { in pre_select() 217 if (aos_do_pollfd(pfd->fd, false, NULL, NULL, NULL) == -ENOENT) { in post_select()
|
/AliOS-Things-master/components/epoll/src/ |
A D | device.c | 105 ret = aos_do_pollfd(item->fd, true, vfs_epoll_notify, &item->compat_evt, item); in epoll_add_event_cb() 128 ret = aos_do_pollfd(fd, false, NULL, NULL, NULL); in epoll_delete_event_cb() 337 ret = aos_do_pollfd(node->fd, true, vfs_epoll_notify, &node->compat_evt, node); in epoll_waitting() 385 ret = aos_do_pollfd(node->fd, true, vfs_epoll_notify, &node->compat_evt, node); in epoll_waitting()
|
/AliOS-Things-master/components/select/poll/ |
A D | poll.c | 144 if (aos_do_pollfd(pfd->fd, true, vfs_poll_notify, pfd, parg) == -ENOENT) { in pre_poll() 166 if (aos_do_pollfd(pfd->fd, false, NULL, NULL, NULL) == -ENOENT) { in post_poll()
|
/AliOS-Things-master/components/vfs/ |
A D | vfs_aos.c | 71 int aos_do_pollfd(int fd, int flag, poll_notify_t notify, void *fds, void *arg) in aos_do_pollfd() function
|
/AliOS-Things-master/components/vfs/include/aos/ |
A D | vfs.h | 235 int aos_do_pollfd(int fd, int flag, poll_notify_t notify, void *fds, void *arg);
|
/AliOS-Things-master/components/amp_adapter/portfiles/aos/ |
A D | vfs.h | 235 int aos_do_pollfd(int fd, int flag, poll_notify_t notify, void *fds, void *arg);
|
/AliOS-Things-master/components/amp_adapter/ |
A D | vfs.h | 235 int aos_do_pollfd(int fd, int flag, poll_notify_t notify, void *fds, void *arg);
|
Completed in 11 milliseconds