lwIP
lwip_poll_should_wake()
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
lwip_poll_should_wake()
lwip_poll_should_wake() function
Check whether event_callback should wake up a thread waiting in lwip_poll.
Syntax
Show:
Summary
Declaration
from
sockets.c:2498
static
int
lwip_poll_should_wake
(
const
struct
lwip_select_cb
*
scb
,
int
fd
,
int
has_recvevent
,
int
has_sendevent
,
int
has_errevent
)
;
Arguments
Argument
scb
fd
has_recvevent
has_sendevent
has_errevent
Related Functions
Found 2 other functions taking a
lwip_select_cb
argument:
Function
lwip_link_select_cb()
lwip_unlink_select_cb()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out