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

tx_mutex_put macro

Syntax

#define tx_mutex_put _txe_mutex_put

Examples

tx_mutex_put is referenced by 5 libraries and example projects.

References

LocationText
tx_api.h:1058
#define tx_mutex_put _tx_mutex_put
tx_api.h:1292
#define tx_mutex_put _txe_mutex_put
tx_freertos.c:1341
ret = tx_mutex_put(&xSemaphore->mutex);