threadx + 0/5 examples
CodeScope will show references to tx_thread_terminate from the following samples and libraries:
Libraries
Examples
STM32469I-Discovery
Applications
FileX
STM32F429ZI-Nucleo
Applications
ThreadX
 
Symbols
loading...
Files
loading...

tx_thread_terminate macro

Syntax

#define tx_thread_terminate _txe_thread_terminate

Examples

tx_thread_terminate is referenced by 5 libraries and example projects.

References

LocationText
tx_api.h:1098
#define tx_thread_terminate _tx_thread_terminate
tx_api.h:1332
#define tx_thread_terminate _txe_thread_terminate
tx_freertos.c:126
(void)tx_thread_terminate(&p_task->thread);
tx_freertos.c:491
ret = tx_thread_terminate(p_thread);