Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/
Dqueue.c84 #define queueMUTEX_GIVE_BLOCK_TIME ( ( TickType_t ) 0U ) macro
637 ( void ) xQueueGenericSend( pxMutex, NULL, queueMUTEX_GIVE_BLOCK_TIME, queueSEND_TO_BACK ); in xQueueGiveMutexRecursive()