ESP-IDF
osi_thread_name()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
osi_thread_name()
osi_thread_name() function
Syntax
Show:
Summary
Declaration
Definition
from
thread.h:73
const
char
*
osi_thread_name
(
osi_thread_t
*
thread
)
;
Implemented in
thread.c:361
Arguments
Argument
thread
Related Functions
Found 8 other functions taking a
osi_thread
argument:
Function
osi_thread_post()
osi_event_bind()
osi_thread_free()
osi_thread_queue_wait_size()
osi_thread_set_priority()
osi_thread_join()
osi_thread_stop()
hci_hal_env_init()
Examples
References
from
examples
Code
Location
const
char
*
osi_thread_name
(
osi_thread_t
*
thread
)
thread.c:361
const
char
*
osi_thread_name
(
osi_thread_t
*
thread
)
;
thread.h:73
Call Tree
from
examples
osi_thread_name()
calls 2 functions:
All items filtered out
osi_thread_name()
__assert_func()
pcTaskGetName()
All items filtered out
Data Use
from
examples
osi_thread_name()
reads 1 variable:
osi_thread::thread_handle
All items filtered out
osi_thread_name()
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