threadx + 0/1 examples
CodeScope will show references to TX_INHERIT from the following samples and libraries:
Libraries
 
Symbols
loading...
Files
loading...

TX_INHERIT macro

Syntax

#define TX_INHERIT ((UINT) 1)

Examples

TX_INHERIT is referenced by 1 libraries and example projects.

References

LocationText
tx_api.h:148
#define TX_INHERIT ((UINT) 1)
tx_freertos.c:1195
ret = tx_mutex_create(&p_sem->mutex, "", TX_INHERIT);
tx_freertos.c:1222
ret = tx_mutex_create(&pxMutexBuffer->mutex, "", TX_INHERIT);
txe_mutex_create.c:167
if (inherit != TX_INHERIT)