ESP-IDF
event_select_args_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
event_select_args_t
event_select_args_t struct
Syntax
Show:
Summary
Declaration
from
vfs_eventfd.c:43
typedef
struct
event_select_args_t
{
int
fd
;
fd_set
*
read_fds
;
fd_set
*
error_fds
;
esp_vfs_select_sem_t
signal_sem
;
struct
event_select_args_t
*
prev_in_fd
;
struct
event_select_args_t
*
next_in_fd
;
struct
event_select_args_t
*
next_in_args
;
}
event_select_args_t
;
Fields
Field
Declared as
event_select_args_t::fd
int
event_select_args_t::read_fds
fd_set
*
event_select_args_t::error_fds
fd_set
*
event_select_args_t::signal_sem
esp_vfs_select_sem_t
event_select_args_t::prev_in_fd
struct
event_select_args_t
*
event_select_args_t::next_in_fd
struct
event_select_args_t
*
event_select_args_t::next_in_args
struct
event_select_args_t
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
event_select_args_t
{
vfs_eventfd.c:43
}
event_select_args_t
;
vfs_eventfd.c:53
struct
event_select_args_t
*
prev_in_fd
;
vfs_eventfd.c:49
event_select_args_t
event_select_args_t::prev_in_fd
struct
event_select_args_t
*
next_in_fd
;
vfs_eventfd.c:50
event_select_args_t
event_select_args_t::next_in_fd
struct
event_select_args_t
*
next_in_args
;
vfs_eventfd.c:52
event_select_args_t
event_select_args_t::next_in_args
}
event_select_args_t
;
vfs_eventfd.c:53
event_select_args_t
event_select_args_t
*
select_args
;
vfs_eventfd.c:61
::select_args
event_select_args_t
*
select_args
=
event
->
select_args
;
vfs_eventfd.c:74
trigger_select_for_event()
event_select_args_t
*
select_args
=
event
->
select_args
;
vfs_eventfd.c:83
trigger_select_for_event_isr()
event_select_args_t
*
select_args_list
=
NULL
;
vfs_eventfd.c:103
event_start_select()
event_select_args_t
*
event_select_args
=
vfs_eventfd.c:110
event_start_select()
(
event_select_args_t
*
)
malloc
(
sizeof
(
event_select_args_t
)
)
;
vfs_eventfd.c:111
event_start_select()
event_select_args_t
*
select_args
=
(
event_select_args_t
*
)
end_select_args
;
vfs_eventfd.c:171
event_end_select()
event_select_args_t
*
prev_in_fd
=
select_args
->
prev_in_fd
;
vfs_eventfd.c:191
event_end_select()
event_select_args_t
*
next_in_fd
=
select_args
->
next_in_fd
;
vfs_eventfd.c:192
event_end_select()
event_select_args_t
*
next_in_args
=
select_args
->
next_in_args
;
vfs_eventfd.c:193
event_end_select()
free
(
select_args
)
;
vfs_eventfd.c:213
event_end_select()
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
Instance
Scope
Location
Project
event_select_args_t::prev_in_fd
event_select_args_t
vfs_eventfd.c:49
event_select_args_t::next_in_fd
event_select_args_t
vfs_eventfd.c:50
event_select_args_t::next_in_args
event_select_args_t
vfs_eventfd.c:52
::select_args
vfs_eventfd.c:61
Lifecycle
from
examples
event_select_args_t
is allocated by 1 symbol and is freed by 1 symbol:
event_start_select()
All items filtered out
event_select_args_t
event_end_select()
All items filtered out