ESP-IDF
osi_thread::stop
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
osi_thread::stop
osi_thread::stop field
Syntax
Show:
Summary
Declaration
from
thread.c:41
bool
stop
;
Examples
References
from
examples
Code
Location
Referrer
bool
stop
;
thread.c:41
if
(
thread
->
stop
)
{
thread.c:158
osi_thread_run()
while
(
!
thread
->
stop
&&
idx
<
thread
->
work_queue_num
)
{
thread.c:163
osi_thread_run()
thread
->
stop
=
true
;
thread.c:193
osi_thread_stop()
thread
->
stop
=
false
;
thread.c:222
osi_thread_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
osi_thread::stop
is written by 2 functions and is read by 1 function:
osi_thread_stop()
osi_thread_create()
All items filtered out
osi_thread::stop
osi_thread_run()
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