Home
last modified time | relevance | path

Searched defs:cTxLock (Results 1 – 1 of 1) sorted by relevance

/Kernel-v11.1.0/
Dqueue.c122 …volatile int8_t cTxLock; /**< Stores the number of items transmitted to the queue (… member
277 #define prvIncrementQueueTxLock( pxQueue, cTxLock ) \ argument
1200 const int8_t cTxLock = pxQueue->cTxLock; in xQueueGenericSendFromISR() local
1383 const int8_t cTxLock = pxQueue->cTxLock; in xQueueGiveFromISR() local
2504 int8_t cTxLock = pxQueue->cTxLock; in prvUnlockQueue() local
3325 const int8_t cTxLock = pxQueueSetContainer->cTxLock; in prvNotifyQueueSetContainer() local