Lines Matching refs:pxHigherPriorityTaskWoken
8032 BaseType_t * pxHigherPriorityTaskWoken ) in xTaskGenericNotifyFromISR() argument
8039 …tify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigherPriorityTaskWoken ); in xTaskGenericNotifyFromISR()
8163 if( pxHigherPriorityTaskWoken != NULL ) in xTaskGenericNotifyFromISR()
8165 *pxHigherPriorityTaskWoken = pdTRUE; in xTaskGenericNotifyFromISR()
8186 if( pxHigherPriorityTaskWoken != NULL ) in xTaskGenericNotifyFromISR()
8188 *pxHigherPriorityTaskWoken = pdTRUE; in xTaskGenericNotifyFromISR()
8211 BaseType_t * pxHigherPriorityTaskWoken ) in vTaskGenericNotifyGiveFromISR() argument
8217 …ceENTER_vTaskGenericNotifyGiveFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ); in vTaskGenericNotifyGiveFromISR()
8297 if( pxHigherPriorityTaskWoken != NULL ) in vTaskGenericNotifyGiveFromISR()
8299 *pxHigherPriorityTaskWoken = pdTRUE; in vTaskGenericNotifyGiveFromISR()
8320 if( pxHigherPriorityTaskWoken != NULL ) in vTaskGenericNotifyGiveFromISR()
8322 *pxHigherPriorityTaskWoken = pdTRUE; in vTaskGenericNotifyGiveFromISR()