ESP-IDF
l2tap_context_t::close_done_sem
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
l2tap_context_t::close_done_sem
l2tap_context_t::close_done_sem field
Syntax
Show:
Summary
Declaration
from
esp_vfs_l2tap.c:46
SemaphoreHandle_t
close_done_sem
;
Examples
References
from
examples
Code
Location
Referrer
SemaphoreHandle_t
close_done_sem
;
esp_vfs_l2tap.c:46
xSemaphoreGive
(
l2tap_socket
->
close_done_sem
)
;
esp_vfs_l2tap.c:298
l2tap_clean_task()
if
(
(
s_l2tap_sockets
[
fd
]
.
close_done_sem
=
xSemaphoreCreateBinary
(
)
)
==
NULL
)
{
esp_vfs_l2tap.c:315
l2tap_close()
xSemaphoreTake
(
s_l2tap_sockets
[
fd
]
.
close_done_sem
,
portMAX_DELAY
)
;
esp_vfs_l2tap.c:328
l2tap_close()
vSemaphoreDelete
(
s_l2tap_sockets
[
fd
]
.
close_done_sem
)
;
// no worries to delete, this task owns the semaphore
esp_vfs_l2tap.c:329
l2tap_close()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
l2tap_context_t::close_done_sem
is written by 1 function and is read by 2 functions:
l2tap_close()
All items filtered out
l2tap_context_t::close_done_sem
l2tap_clean_task()
l2tap_close()
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