Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dqueue.c129 …volatile int8_t cTxLock; /*< Stores the number of items transmitted to the queue (a… member
1086 const int8_t cTxLock = pxQueue->cTxLock; in xQueueGenericSendFromISR() local
1255 const int8_t cTxLock = pxQueue->cTxLock; in xQueueGiveFromISR() local
2350 int8_t cTxLock = pxQueue->cTxLock; in prvUnlockQueue() local
3105 const int8_t cTxLock = pxQueueSetContainer->cTxLock; in prvNotifyQueueSetContainer() local