CMSIS + 0/24 examples
CodeScope will show references to osThreadTerminate() from the following samples and libraries:
Libraries
Examples
STM32446E_EVAL
Demonstrations
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
Applications
LwIP
mbedTLS
STM32F412G-Discovery
Demonstrations
STM32F413H-Discovery
Demonstrations
STM324x9I_EVAL
Applications
LwIP
mbedTLS
Demonstrations
STemWin
STM324xG_EVAL
Applications
LwIP
mbedTLS
STM32F429ZI-Nucleo
Applications
LwIP
 
Symbols
loading...
Files
loading...

osThreadTerminate() function

Terminate execution of a thread.

Syntax

osStatus_t osThreadTerminate (osThreadId_t thread_id);

Arguments

thread_id

thread ID obtained by osThreadNew or osThreadGetId.

Return value

status code that indicates the execution status of the function.

Examples

osThreadTerminate() is referenced by 24 libraries and example projects.

References

LocationText
cmsis_os2.h:438
osStatus_t osThreadTerminate (osThreadId_t thread_id);

Call Tree

Functions called by osThreadTerminate()
osThreadTerminate()
MemFree()
_txe_thread_delete()
_txe_thread_terminate()
all items filtered out
Data read by osThreadTerminate()
Data written by osThreadTerminate()
TX_THREAD_STRUCT::tx_thread_id
TX_THREAD_STRUCT::tx_thread_stack_start
TX_THREAD_STRUCT::tx_thread_detached_joinable
osThreadTerminate()::thread_ptr
osThreadTerminate()::status
all items filtered out
osThreadTerminate()
osThreadTerminate()::status
all items filtered out
Type of osThreadTerminate()
osThreadTerminate()
TX_THREAD
all items filtered out