Searched refs:vfs_do_pollfd (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/vfs/include/ |
A D | vfs_api.h | 101 int32_t vfs_do_pollfd(int32_t fd, int32_t flag, vfs_poll_notify_t notify,
|
/AliOS-Things-master/components/vfs/ |
A D | vfs_aos.c | 73 return _vfs_to_aos_res(vfs_do_pollfd(fd, flag, (vfs_poll_notify_t)notify, fds, arg)); in aos_do_pollfd()
|
A D | vfs.c | 596 int32_t vfs_do_pollfd(int32_t fd, int32_t flag, vfs_poll_notify_t notify, in vfs_do_pollfd() function
|
Completed in 6 milliseconds