ESP-IDF
event_end_select()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
event_end_select()
event_end_select() function
Syntax
Show:
Summary
Declaration
from
vfs_eventfd.c:169
static
esp_err_t
event_end_select
(
void
*
end_select_args
)
;
Arguments
Argument
end_select_args
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
event_end_select
(
void
*
end_select_args
)
vfs_eventfd.c:169
.
end_select
=
&
event_end_select
,
vfs_eventfd.c:377
esp_vfs_eventfd_register()
Call Tree
from
examples
event_end_select()
calls 5 functions:
All items filtered out
event_end_select()
vPortEnterCritical()
free()
vPortExitCritical()
_lock_acquire_recursive()
_lock_release_recursive()
All items filtered out
Data Use
from
examples
event_end_select()
reads 10 variables and writes 4 variables:
event_select_args_t::fd
event_select_args_t::read_fds
event_select_args_t::error_fds
event_select_args_t::prev_in_fd
event_select_args_t::next_in_fd
event_select_args_t::next_in_args
::fd
::support_isr
::is_set
s_events
All items filtered out
event_end_select()
event_select_args_t::prev_in_fd
event_select_args_t::next_in_fd
::fd
::select_args
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
event_end_select()
is implemented by 1 functions:
All items filtered out
event_end_select()
esp_vfs_t::end_select
All items filtered out
Instances
from
examples
Lifecycle
from
examples
event_end_select()
allocates 1 types:
event_select_args_t
All items filtered out
event_end_select()
All items filtered out