threadx + 0/4 examples
CodeScope will show references to tx_thread_info_get from the following samples and libraries:
Libraries
Examples
STM32F429ZI-Nucleo
Applications
NetXDuo
 
Symbols
loading...
Files
loading...

tx_thread_info_get macro

Syntax

#define tx_thread_info_get _txe_thread_info_get

Examples

tx_thread_info_get is referenced by 4 libraries and example projects.

References

LocationText
tx_api.h:1087
#define tx_thread_info_get _tx_thread_info_get
tx_api.h:1321
#define tx_thread_info_get _txe_thread_info_get
tx_freertos.c:586
ret = tx_thread_info_get(p_thread, NULL, NULL, NULL, &priority, NULL, NULL, NULL, NULL);
tx_freertos.c:644
ret = tx_thread_info_get(p_thread, &p_task_name, NULL, NULL, NULL, NULL, NULL, NULL, NULL);