ESP-IDF
osi_thread_set_priority()
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_set_priority()
osi_thread_set_priority() function
Syntax
Show:
Summary
Declaration
Definition
from
thread.h:67
bool
osi_thread_set_priority
(
osi_thread_t
*
thread
,
int
priority
)
;
Implemented in
thread.c:353
Arguments
Argument
thread
priority
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_name()
osi_thread_join()
osi_thread_stop()
hci_hal_env_init()
Examples
References
from
examples
Code
Location
bool
osi_thread_set_priority
(
osi_thread_t
*
thread
,
int
priority
)
thread.c:353
bool
osi_thread_set_priority
(
osi_thread_t
*
thread
,
int
priority
)
;
thread.h:67
Call Tree
from
examples
osi_thread_set_priority()
calls 2 functions:
All items filtered out
osi_thread_set_priority()
__assert_func()
vTaskPrioritySet()
All items filtered out
Data Use
from
examples
osi_thread_set_priority()
reads 1 variable:
osi_thread::thread_handle
All items filtered out
osi_thread_set_priority()
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