Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/freertos/
Dqueue.c1443 BaseType_t xInheritanceOccurred = pdFALSE; in xQueueSemaphoreTake() local
1527 configASSERT( xInheritanceOccurred == pdFALSE ); in xQueueSemaphoreTake()
1576 xInheritanceOccurred = xTaskPriorityInherit( pxQueue->u.xSemaphore.xMutexHolder ); in xQueueSemaphoreTake()
1617 if( xInheritanceOccurred != pdFALSE ) in xQueueSemaphoreTake()