Lines Matching refs:queueUNLOCKED
52 #define queueUNLOCKED ( ( int8_t ) -1 ) macro
261 if( ( pxQueue )->cRxLock == queueUNLOCKED ) \
265 if( ( pxQueue )->cTxLock == queueUNLOCKED ) \
324 pxQueue->cRxLock = queueUNLOCKED; in xQueueGenericReset()
325 pxQueue->cTxLock = queueUNLOCKED; in xQueueGenericReset()
1214 if( cTxLock == queueUNLOCKED ) in xQueueGenericSendFromISR()
1397 if( cTxLock == queueUNLOCKED ) in xQueueGiveFromISR()
2085 if( cRxLock == queueUNLOCKED ) in xQueueReceiveFromISR()
2578 pxQueue->cTxLock = queueUNLOCKED; in prvUnlockQueue()
2608 pxQueue->cRxLock = queueUNLOCKED; in prvUnlockQueue()
3332 if( cTxLock == queueUNLOCKED ) in prvNotifyQueueSetContainer()