Home
last modified time | relevance | path

Searched refs:queueUNLOCKED (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-2.7.6/components/freertos/
Dqueue.c52 #define queueUNLOCKED ( ( int8_t ) -1 ) macro
248 if( ( pxQueue )->cRxLock == queueUNLOCKED ) \
252 if( ( pxQueue )->cTxLock == queueUNLOCKED ) \
277 pxQueue->cRxLock = queueUNLOCKED; in xQueueGenericReset()
278 pxQueue->cTxLock = queueUNLOCKED; in xQueueGenericReset()
1028 if( cTxLock == queueUNLOCKED ) in xQueueGenericSendFromISR()
1197 if( cTxLock == queueUNLOCKED ) in xQueueGiveFromISR()
1836 if( cRxLock == queueUNLOCKED ) in xQueueReceiveFromISR()
2267 pxQueue->cTxLock = queueUNLOCKED; in prvUnlockQueue()
2297 pxQueue->cRxLock = queueUNLOCKED; in prvUnlockQueue()
[all …]