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

queueUNLOCKED macro

Syntax

#define queueUNLOCKED ( ( int8_t ) -1 )

References

LocationText
queue.c:52
#define queueUNLOCKED ( ( int8_t ) -1 )
queue.c:243
if( ( pxQueue )->cRxLock == queueUNLOCKED ) \
queue.c:247
if( ( pxQueue )->cTxLock == queueUNLOCKED ) \
queue.c:267
pxQueue->cRxLock = queueUNLOCKED;
queue.c:268
pxQueue->cTxLock = queueUNLOCKED;
queue.c:999
if( cTxLock == queueUNLOCKED )
queue.c:1174
if( cTxLock == queueUNLOCKED )
queue.c:1828
if( cRxLock == queueUNLOCKED )
queue.c:2255
pxQueue->cTxLock = queueUNLOCKED;
queue.c:2285
pxQueue->cRxLock = queueUNLOCKED;
queue.c:2901
if( cTxLock == queueUNLOCKED )