Searched refs:queueUNLOCKED (Results 1 – 1 of 1) sorted by relevance
52 #define queueUNLOCKED ( ( int8_t ) -1 ) macro261 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()[all …]