ESP-IDF
osi_thread_free()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_free()
osi_thread_free() function
Syntax
Show:
Summary
Declaration
Definition
from
thread.h:48
void
osi_thread_free
(
osi_thread_t
*
thread
)
;
Implemented in
thread.c:299
Arguments
Argument
thread
Related Functions
Found 8 other functions taking a
osi_thread
argument:
Function
osi_thread_post()
osi_event_bind()
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
Code
Location
Referrer
void
osi_thread_free
(
osi_thread_t
*
thread
)
thread.c:299
void
osi_thread_free
(
osi_thread_t
*
thread
)
;
thread.h:48
osi_thread_free
(
btc_thread
)
;
btc_task.c:540
btc_deinit()
osi_thread_free
(
btu_thread
)
;
btu_init.c:230
BTU_ShutDown()
osi_thread_free
(
hci_host_thread
)
;
hci_layer.c:141
hci_shut_down()
Call Tree
from
examples
osi_thread_free()
is called by 3 functions and calls 4 functions:
btc_deinit()
hci_shut_down()
BTU_ShutDown()
All items filtered out
osi_thread_free()
free()
osi_sem_free()
osi_work_queue_delete()
osi_thread_stop()
All items filtered out
Data Use
from
examples
osi_thread_free()
reads 4 variables and writes 1 variable:
osi_thread::work_queue_num
osi_thread::work_queues
osi_thread::work_sem
osi_thread::stop_sem
All items filtered out
osi_thread_free()
osi_thread::work_queues
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
osi_thread_free()
allocates 1 types:
osi_thread
All items filtered out
osi_thread_free()
All items filtered out