Searched refs:lwip_select (Results 1 - 4 of 4) sorted by relevance
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 465 /* FD_SET used for lwip_select */ 552 #define lwip_select select macro 600 int lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset, 668 #define select(maxfdp1,readset,writeset,exceptset,timeout) lwip_select(maxfdp1,readset,writeset,exceptset,timeout)
|
/third_party/lwip/test/sockets/ |
H A D | sockets_stresstest.c | 197 ret = lwip_select(s + 1, &fs_r, &fs_w, &fs_e, &tv); in sockets_stresstest_wait_readable_select()
|
/third_party/lwip/test/unit/api/ |
H A D | test_sockets.c | 676 ret = lwip_select(s + 1, &readset, &writeset, &errset, &tv); in START_TEST()
|
/third_party/lwip/src/api/ |
H A D | sockets.c | 281 /** This counter is increased from lwip_select when the list is changed 2034 lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset, in lwip_select() function 2051 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select(%d, %p, %p, %p, tvsec=%"S32_F" tvusec=%"S32_F")\n", in lwip_select() 2074 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select: nready=%d\n", nready)); in lwip_select() 2078 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select: no timeout, returning 0\n")); in lwip_select() 2215 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select: timeout expired\n")); in lwip_select() 2221 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_select: nready=%d\n", nready)); in lwip_select()
|
Completed in 8 milliseconds