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

tx_thread_resume macro

Syntax

#define tx_thread_resume _txe_thread_resume

Examples

tx_thread_resume is referenced by 11 libraries and example projects.

References

LocationText
tx_api.h:1094
#define tx_thread_resume _tx_thread_resume
tx_api.h:1328
#define tx_thread_resume _txe_thread_resume
tx_freertos.c:353
ret = tx_thread_resume(&pxTaskBuffer->thread);
tx_freertos.c:431
ret = tx_thread_resume(&p_task->thread);
tx_freertos.c:538
ret = tx_thread_resume(&xTaskToResume->thread);