Searched defs:poll (Results 1 – 13 of 13) 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() function
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | uselect_poll_udp.py | 15 poll = select.poll() variable
|
/AliOS-Things-master/components/drivers/core/base/include/drivers/char/ |
A D | u_cdev_msg.h | 76 } poll; member 124 } poll; member
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | moduselect.c | 349 mp_obj_poll_t *poll = m_new_obj(mp_obj_poll_t); in select_poll() local
|
A D | modlwip.c | 1609 void (*poll)(void *arg); member
|
/AliOS-Things-master/components/sntp/src/ |
A D | sntp.c | 71 uint8_t poll; // Eight bits. Maximum interval between successive messages. member
|
/AliOS-Things-master/components/vfs/include/aos/ |
A D | vfs.h | 100 int (*poll)(file_t *fp, int flag, poll_notify_t notify, void *fd, void *arg); member
|
/AliOS-Things-master/components/amp_adapter/portfiles/aos/ |
A D | vfs.h | 100 int (*poll)(file_t *fp, int flag, poll_notify_t notify, void *fd, void *arg); member
|
/AliOS-Things-master/components/amp_adapter/ |
A D | vfs.h | 100 int (*poll)(file_t *fp, int flag, poll_notify_t notify, void *fd, void *arg); member
|
/AliOS-Things-master/components/vfs/include/ |
A D | vfs_types.h | 96 int32_t (*poll) (vfs_file_t *fp, int32_t flag, vfs_poll_notify_t notify, void *fds, void *arg); member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | tcp.h | 298 tcp_poll_fn poll; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | tcp.h | 350 tcp_poll_fn poll; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | tcp.c | 1814 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll()
|
Completed in 33 milliseconds