Lines Matching refs:pxHigherPriorityTaskWoken
7957 BaseType_t * pxHigherPriorityTaskWoken ) in xTaskGenericNotifyFromISR() argument
7964 …tify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigherPriorityTaskWoken ); in xTaskGenericNotifyFromISR()
8072 if( pxHigherPriorityTaskWoken != NULL ) in xTaskGenericNotifyFromISR()
8074 *pxHigherPriorityTaskWoken = pdTRUE; in xTaskGenericNotifyFromISR()
8095 if( pxHigherPriorityTaskWoken != NULL ) in xTaskGenericNotifyFromISR()
8097 *pxHigherPriorityTaskWoken = pdTRUE; in xTaskGenericNotifyFromISR()
8120 BaseType_t * pxHigherPriorityTaskWoken ) in vTaskGenericNotifyGiveFromISR() argument
8126 …ceENTER_vTaskGenericNotifyGiveFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ); in vTaskGenericNotifyGiveFromISR()
8190 if( pxHigherPriorityTaskWoken != NULL ) in vTaskGenericNotifyGiveFromISR()
8192 *pxHigherPriorityTaskWoken = pdTRUE; in vTaskGenericNotifyGiveFromISR()
8213 if( pxHigherPriorityTaskWoken != NULL ) in vTaskGenericNotifyGiveFromISR()
8215 *pxHigherPriorityTaskWoken = pdTRUE; in vTaskGenericNotifyGiveFromISR()