Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/freertos/
Dqueue.c116 …volatile int8_t cTxLock; /*< Stores the number of items transmitted to the queue (added to the qu… member
1015 const int8_t cTxLock = pxQueue->cTxLock; in xQueueGenericSendFromISR() local
1183 const int8_t cTxLock = pxQueue->cTxLock; in xQueueGiveFromISR() local
2193 int8_t cTxLock = pxQueue->cTxLock; in prvUnlockQueue() local
2914 const int8_t cTxLock = pxQueueSetContainer->cTxLock; in prvNotifyQueueSetContainer() local