ESP-IDF
osi_thread_run()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
osi_thread_run()
osi_thread_run() function
Syntax
Show:
Summary
Declaration
from
thread.c:146
static
void
osi_thread_run
(
void
*
arg
)
;
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
Referrer
static
void
osi_thread_run
(
void
*
arg
)
thread.c:146
if
(
xTaskCreatePinnedToCore
(
osi_thread_run
,
name
,
stack_size
,
&
start_arg
,
priority
,
&
thread
->
thread_handle
,
core
)
!=
pdPASS
)
{
thread.c:253
osi_thread_create()
Call Tree
from
examples
osi_thread_run()
calls 5 functions:
All items filtered out
osi_thread_run()
vTaskDelete()
osi_sem_take()
osi_sem_give()
work_item::func
osi_thead_work_queue_get()
All items filtered out
Data Use
from
examples
osi_thread_run()
reads 5 variables and writes 2 variables:
work_item::context
osi_thread::stop
osi_thread::work_queue_num
osi_thread::work_queues
osi_thread_start_arg::thread
All items filtered out
osi_thread_run()
osi_thread_create()
osi_thread::thread_handle
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