Searched refs:cTxLock (Results 1 – 1 of 1) sorted by relevance
116 …volatile int8_t cTxLock; /*< Stores the number of items transmitted to the queue (added to the qu… member252 if( ( pxQueue )->cTxLock == queueUNLOCKED ) \254 ( pxQueue )->cTxLock = queueLOCKED_UNMODIFIED; \278 pxQueue->cTxLock = queueUNLOCKED; in xQueueGenericReset()1015 const int8_t cTxLock = pxQueue->cTxLock; in xQueueGenericSendFromISR() local1028 if( cTxLock == queueUNLOCKED ) in xQueueGenericSendFromISR()1114 pxQueue->cTxLock = ( int8_t ) ( cTxLock + 1 ); in xQueueGenericSendFromISR()1183 const int8_t cTxLock = pxQueue->cTxLock; in xQueueGiveFromISR() local1197 if( cTxLock == queueUNLOCKED ) in xQueueGiveFromISR()1283 pxQueue->cTxLock = ( int8_t ) ( cTxLock + 1 ); in xQueueGiveFromISR()[all …]