Searched refs:xInheritanceOccurred (Results 1 – 1 of 1) sorted by relevance
1181 BaseType_t xInheritanceOccurred = pdFALSE; in xQueueSemaphoreTake() local1247 configASSERT( xInheritanceOccurred == pdFALSE ); in xQueueSemaphoreTake()1288 xInheritanceOccurred = xTaskPriorityInherit( pxQueue->u.xSemaphore.xMutexHolder ); in xQueueSemaphoreTake()1323 if( xInheritanceOccurred != pdFALSE ) in xQueueSemaphoreTake()