Searched defs:nfds (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/posix/src/ |
A D | poll.c | 8 int poll(struct pollfd fds[], nfds_t nfds, int timeout) in poll()
|
A D | select.c | 10 int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *errorfds, in select()
|
/AliOS-Things-master/components/select/poll/ |
A D | poll.c | 115 static int pre_poll(struct pollfd *fds, int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, void *p… in pre_poll() 154 static int post_poll(struct pollfd *fds, int nfds) in post_poll() 178 int aos_poll(struct pollfd *fds, int nfds, int timeout) in aos_poll()
|
/AliOS-Things-master/components/drivers/peripheral/spi/example/ |
A D | spi_example.c | 33 int nfds = 0; in vfs_spi_test() local
|
/AliOS-Things-master/components/drivers/peripheral/flash/example/ |
A D | flash_example.c | 44 int nfds = 0; in vfs_flash_test() local
|
/AliOS-Things-master/components/SDL2/src/audio/sndio/ |
A D | SDL_sndioaudio.c | 189 int nfds; in SNDIO_CaptureFromDevice() local
|
Completed in 5 milliseconds