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()1211 if( cTxLock == queueUNLOCKED ) in xQueueGenericSendFromISR()1391 if( cTxLock == queueUNLOCKED ) in xQueueGiveFromISR()2076 if( cRxLock == queueUNLOCKED ) in xQueueReceiveFromISR()2566 pxQueue->cTxLock = queueUNLOCKED; in prvUnlockQueue()2596 pxQueue->cRxLock = queueUNLOCKED; in prvUnlockQueue()[all …]