物联网操作系统AliOS Things 3.3 |
#include <poll.h>
宏定义 | |
#define | POLLIN 0x001 |
#define | POLLOUT 0x004 |
#define | POLLERR 0x008 |
函数 | |
int | aos_poll (struct pollfd *fds, int nfds, int timeout) |
int | aos_select (int maxfd, fd_set *readset, fd_set *writeset, fd_set *exceptset, struct timeval *timeout) |
int aos_poll | ( | struct pollfd * | fds, |
int | nfds, | ||
int | timeout | ||
) |
int aos_select | ( | int | maxfd, |
fd_set * | readset, | ||
fd_set * | writeset, | ||
fd_set * | exceptset, | ||
struct timeval * | timeout | ||
) |