Searched refs:xInheritanceOccurred (Results 1 – 1 of 1) sorted by relevance
1443 BaseType_t xInheritanceOccurred = pdFALSE; in xQueueSemaphoreTake() local1527 configASSERT( xInheritanceOccurred == pdFALSE ); in xQueueSemaphoreTake()1576 xInheritanceOccurred = xTaskPriorityInherit( pxQueue->u.xSemaphore.xMutexHolder ); in xQueueSemaphoreTake()1617 if( xInheritanceOccurred != pdFALSE ) in xQueueSemaphoreTake()