queueLOCKED_UNMODIFIED is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

queueLOCKED_UNMODIFIED macro

Syntax

#define queueLOCKED_UNMODIFIED ( ( int8_t ) 0 )

References

LocationText
queue.c:53
#define queueLOCKED_UNMODIFIED ( ( int8_t ) 0 )
queue.c:245
( pxQueue )->cRxLock = queueLOCKED_UNMODIFIED; \
queue.c:249
( pxQueue )->cTxLock = queueLOCKED_UNMODIFIED; \
queue.c:2184
while( cTxLock > queueLOCKED_UNMODIFIED )
queue.c:2264
while( cRxLock > queueLOCKED_UNMODIFIED )