ESP-IDF
pkt_queue::lock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
pkt_queue::lock
pkt_queue::lock field
Syntax
Show:
Summary
Declaration
from
pkt_queue.c:15
osi_mutex_t
lock
;
Examples
References
from
examples
Code
Location
Referrer
osi_mutex_t
lock
;
pkt_queue.c:15
if
(
osi_mutex_new
(
&
queue
->
lock
)
!=
0
)
{
pkt_queue.c:26
pkt_queue_create()
osi_mutex_lock
(
&
queue
->
lock
,
OSI_MUTEX_MAX_TIMEOUT
)
;
pkt_queue.c:63
pkt_queue_flush()
osi_mutex_unlock
(
&
queue
->
lock
)
;
pkt_queue.c:65
pkt_queue_flush()
osi_mutex_lock
(
&
queue
->
lock
,
OSI_MUTEX_MAX_TIMEOUT
)
;
pkt_queue.c:73
pkt_queue_destroy()
osi_mutex_unlock
(
&
queue
->
lock
)
;
pkt_queue.c:75
pkt_queue_destroy()
osi_mutex_free
(
&
queue
->
lock
)
;
pkt_queue.c:77
pkt_queue_destroy()
osi_mutex_lock
(
&
queue
->
lock
,
OSI_MUTEX_MAX_TIMEOUT
)
;
pkt_queue.c:89
pkt_queue_dequeue()
osi_mutex_unlock
(
&
queue
->
lock
)
;
pkt_queue.c:98
pkt_queue_dequeue()
osi_mutex_lock
(
&
queue
->
lock
,
OSI_MUTEX_MAX_TIMEOUT
)
;
pkt_queue.c:110
pkt_queue_enqueue()
osi_mutex_unlock
(
&
queue
->
lock
)
;
pkt_queue.c:114
pkt_queue_enqueue()
osi_mutex_lock
(
&
queue
->
lock
,
OSI_MUTEX_MAX_TIMEOUT
)
;
pkt_queue.c:140
pkt_queue_try_peek_first()
osi_mutex_unlock
(
&
queue
->
lock
)
;
pkt_queue.c:142
pkt_queue_try_peek_first()
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