ESP-IDF
::data_spin_lock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
::data_spin_lock
::data_spin_lock field
Syntax
Show:
Summary
Declaration
from
vfs_eventfd.c:64
portMUX_TYPE
data_spin_lock
;
Examples
References
from
examples
Code
Location
Referrer
portMUX_TYPE
data_spin_lock
;
vfs_eventfd.c:64
portENTER_CRITICAL
(
&
s_events
[
i
]
.
data_spin_lock
)
;
vfs_eventfd.c:117
event_start_select()
portEXIT_CRITICAL
(
&
s_events
[
i
]
.
data_spin_lock
)
;
vfs_eventfd.c:154
event_start_select()
portENTER_CRITICAL
(
&
event
->
data_spin_lock
)
;
vfs_eventfd.c:178
event_end_select()
portEXIT_CRITICAL
(
&
event
->
data_spin_lock
)
;
vfs_eventfd.c:209
event_end_select()
portENTER_CRITICAL_ISR
(
&
s_events
[
fd
]
.
data_spin_lock
)
;
vfs_eventfd.c:227
signal_event_fd_from_isr()
portEXIT_CRITICAL_ISR
(
&
s_events
[
fd
]
.
data_spin_lock
)
;
vfs_eventfd.c:238
signal_event_fd_from_isr()
portENTER_CRITICAL
(
&
s_events
[
fd
]
.
data_spin_lock
)
;
vfs_eventfd.c:266
event_write()
portEXIT_CRITICAL
(
&
s_events
[
fd
]
.
data_spin_lock
)
;
vfs_eventfd.c:280
event_write()
portENTER_CRITICAL
(
&
s_events
[
fd
]
.
data_spin_lock
)
;
vfs_eventfd.c:300
event_read()
portEXIT_CRITICAL
(
&
s_events
[
fd
]
.
data_spin_lock
)
;
vfs_eventfd.c:314
event_read()
portENTER_CRITICAL
(
&
s_events
[
fd
]
.
data_spin_lock
)
;
vfs_eventfd.c:333
event_close()
portEXIT_CRITICAL
(
&
s_events
[
fd
]
.
data_spin_lock
)
;
vfs_eventfd.c:343
event_close()
portMUX_INITIALIZE
(
&
s_events
[
i
]
.
data_spin_lock
)
;
vfs_eventfd.c:428
eventfd()
portENTER_CRITICAL
(
&
s_events
[
i
]
.
data_spin_lock
)
;
vfs_eventfd.c:431
eventfd()
portEXIT_CRITICAL
(
&
s_events
[
i
]
.
data_spin_lock
)
;
vfs_eventfd.c:437
eventfd()
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