Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/freertos/
Dqueue.c53 #define queueLOCKED_UNMODIFIED ( ( int8_t ) 0 ) macro
250 ( pxQueue )->cRxLock = queueLOCKED_UNMODIFIED; \
254 ( pxQueue )->cTxLock = queueLOCKED_UNMODIFIED; \
2196 while( cTxLock > queueLOCKED_UNMODIFIED ) in prvUnlockQueue()
2276 while( cRxLock > queueLOCKED_UNMODIFIED ) in prvUnlockQueue()