Home
last modified time | relevance | path

Searched refs:exceptset (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/select/select/
A Dselect.c48 static int wait_io(int maxfd, fd_set *readset, fd_set *writeset, fd_set *exceptset, in wait_io() argument
94 static int wait_io(int maxfd, fd_set *readset, fd_set *writeset, fd_set *exceptset, in wait_io() argument
107 ret = net_select(maxfd, real_rset, writeset, exceptset, timeout); in wait_io()
125 fd_set *exceptset) in pre_select() argument
177 if (exceptset != NULL && FD_ISSET(fd, exceptset)) { in pre_select()
193 FD_CLR(fd, exceptset); in pre_select()
232 if ((pfd->revents & POLLERR) && (exceptset != NULL)) { in post_select()
233 FD_SET(pfd->fd, exceptset); in post_select()
240 int aos_select(int maxfd, fd_set *readset, fd_set *writeset, fd_set *exceptset, in aos_select() argument
264 ret = wait_io(maxfd, readset, writeset, exceptset, &parg, timeout); in aos_select()
[all …]
/AliOS-Things-master/components/uservice/src/
A Dselect.c10 __attribute__((weak)) int select2(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset, in select2() argument
32 __attribute__((weak)) int select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset, in select() argument
35 return select2(maxfdp1, readset, writeset, exceptset, timeout, NULL); in select()
/AliOS-Things-master/components/select/example/
A Dselect_example.c24 fd_set exceptset; in select_example() local
33 FD_ZERO(&exceptset); in select_example()
44 ret = aos_select(maxfd, &readset, &writeset, &exceptset, &tv); in select_example()
48 ret = aos_select(maxfd, &readset, &writeset, &exceptset, &tv); in select_example()
/AliOS-Things-master/components/netmgr/net/include/sys/
A Dsocket.h102 int net_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset,
196 #define select(maxfdp1,readset,writeset,exceptset,timeout) net_select(maxfdp1,readset,writeset, argument
238 #define select(maxfdp1,readset,writeset,exceptset,timeout) net_select(maxfdp1,readset,writeset, argument
/AliOS-Things-master/components/posix/src/
A Dselect.c7 extern int aos_select(int maxfd, fd_set *readset, fd_set *writeset, fd_set *exceptset,
/AliOS-Things-master/components/select/include/
A Dselect.h18 int aos_select(int maxfd, fd_set *readset, fd_set *writeset, fd_set *exceptset,
/AliOS-Things-master/components/netmgr/net/
A Dnet_impl.c184 fd_set *exceptset, struct timeval *timeout) in net_select() argument
188 exceptset, timeout); in net_select()
/AliOS-Things-master/components/amp_adapter/include/
A Daos_socket.h196 int aos_socket_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset, struct tim…
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dsockets.c271 fd_set *exceptset; member
1727 if (!do_signal && scb->exceptset && FD_ISSET(s, scb->exceptset)) { in lwip_try_wakeup()
1751 lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset, in lwip_select() argument
1767 maxfdp1, (void *)readset, (void *) writeset, (void *) exceptset, in lwip_select()
1773 nready = lwip_selscan(maxfdp1, readset, writeset, exceptset, &lreadset, &lwriteset, &lexceptset); in lwip_select()
1793 select_cb.exceptset = exceptset; in lwip_select()
1825 (exceptset && FD_ISSET(i, exceptset))) { in lwip_select()
1882 (exceptset && FD_ISSET(i, exceptset))) { in lwip_select()
1965 if (exceptset) { in lwip_select()
1966 *exceptset = lexceptset; in lwip_select()
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsockets.h506 int lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset,
546 #define select(maxfdp1,readset,writeset,exceptset,timeout) lwip_select(maxfdp1,readset,writeset… argument
/AliOS-Things-master/components/lwip/
A DREADME.md198 int select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset,
207 |exceptset |异常的文件描述符|
/AliOS-Things-master/components/select/poll/
A Dpoll.c53 extern int lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset,
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsockets.h572 int lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset,
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Daf_packet.c393 packet_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset, in packet_select() argument

Completed in 33 milliseconds