Searched refs:lwip_poll_should_wake (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/api/ |
D | sockets.c | 2515 lwip_poll_should_wake(const struct lwip_select_cb *scb, int fd, int has_recvevent, int has_sendeven… in lwip_poll_should_wake() function 2676 do_signal = lwip_poll_should_wake(scb, s, has_recvevent, has_sendevent, has_errevent); in select_check_waiters()
|
/third_party/lwip/ |
D | 0002-adapt-lstack.patch | 1237 @@ -2479,7 +2845,7 @@ lwip_poll_should_wake(const struct lwip_select_cb *scb, int fd, int has_recve…
|