Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/
Dqueue.c1181 BaseType_t xInheritanceOccurred = pdFALSE; in xQueueSemaphoreTake() local
1247 configASSERT( xInheritanceOccurred == pdFALSE ); in xQueueSemaphoreTake()
1288 xInheritanceOccurred = xTaskPriorityInherit( pxQueue->u.xSemaphore.xMutexHolder ); in xQueueSemaphoreTake()
1323 if( xInheritanceOccurred != pdFALSE ) in xQueueSemaphoreTake()