ESP-IDF
osi_thread_stop()
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_stop()
osi_thread_stop() function
Syntax
Show:
Summary
Declaration
from
thread.c:186
static
void
osi_thread_stop
(
osi_thread_t
*
thread
)
;
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_name()
osi_thread_join()
hci_hal_env_init()
Examples
References
from
examples
Code
Location
Referrer
static
void
osi_thread_stop
(
osi_thread_t
*
thread
)
thread.c:186
osi_thread_stop
(
thread
)
;
thread.c:304
osi_thread_free()
Call Tree
from
examples
osi_thread_stop()
is called by 1 function and calls 4 functions:
osi_thread_free()
All items filtered out
osi_thread_stop()
__assert_func()
vTaskDelete()
osi_sem_give()
osi_thread_join()
All items filtered out
Data Use
from
examples
osi_thread_stop()
reads 1 variable and writes 1 variable:
osi_thread::thread_handle
All items filtered out
osi_thread_stop()
osi_thread::stop
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