ESP-IDF
osi_thread
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
osi_thread
osi_thread struct
Syntax
Show:
Summary
Declaration
Definition
from
thread.h:20
struct
osi_thread
;
Implemented in
thread.c:38
Fields
Field
Declared as
Description
osi_thread::thread_handle
TaskHandle_t
Store the thread object.
osi_thread::thread_id
int
May for some OS, such as Linux.
osi_thread::stop
bool
osi_thread::work_queue_num
uint8_t
Work queue number.
osi_thread::work_queues
struct
work_queue
*
*
Point to queue array, and the priority inverse array index.
osi_thread::work_sem
osi_sem_t
osi_thread::stop_sem
osi_sem_t
Related Functions
Found 9 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_name()
osi_thread_join()
osi_thread_stop()
hci_hal_env_init()
Examples
References
from
examples
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