Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
HDx_emacpsif_hw.c87 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in emacps_error_handler() local
114 vTaskNotifyGiveFromISR( xEMACTaskHandle, &xHigherPriorityTaskWoken ); in emacps_error_handler()
118 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in emacps_error_handler()
HDx_emacpsif_dma.c209 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in emacps_send_handler() local
226 vTaskNotifyGiveFromISR( xEMACTaskHandle, &xHigherPriorityTaskWoken ); in emacps_send_handler()
229 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in emacps_send_handler()
346 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in emacps_recv_handler() local
358 vTaskNotifyGiveFromISR( xEMACTaskHandle, &xHigherPriorityTaskWoken ); in emacps_recv_handler()
361 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in emacps_recv_handler()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
HDx_emacpsif_hw.c88 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in emacps_error_handler() local
117 vTaskNotifyGiveFromISR( xEMACTaskHandles[ xEMACIndex ], &xHigherPriorityTaskWoken ); in emacps_error_handler()
121 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in emacps_error_handler()
HDx_emacpsif_dma.c209 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in emacps_send_handler() local
228 vTaskNotifyGiveFromISR( xEMACTaskHandles[ xEMACIndex ], &xHigherPriorityTaskWoken ); in emacps_send_handler()
231 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in emacps_send_handler()
360 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in emacps_recv_handler() local
374 vTaskNotifyGiveFromISR( xEMACTaskHandles[ xEMACIndex ], &xHigherPriorityTaskWoken ); in emacps_recv_handler()
377 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in emacps_recv_handler()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/M487/
HDNetworkInterface.c333 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in xNetworkCallback() local
342 vTaskNotifyGiveFromISR( xRxHanderTask, &xHigherPriorityTaskWoken ); in xNetworkCallback()
343 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in xNetworkCallback()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/BufferManagement/
HDBufferAllocation_1.c363 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in vNetworkBufferReleaseFromISR() local
373 ( void ) xSemaphoreGiveFromISR( xNetworkBufferSemaphore, &xHigherPriorityTaskWoken ); in vNetworkBufferReleaseFromISR()
376 return xHigherPriorityTaskWoken; in vNetworkBufferReleaseFromISR()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/libslirp/
HDMBuffNetifBackendLibslirp.c417 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in xSlirp_WriteCallback() local
438 &xHigherPriorityTaskWoken ); in xSlirp_WriteCallback()
442 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in xSlirp_WriteCallback()
664 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in vTransmitThread() local
665 …pxCtx->xSendMsgBuffer, ucFrameSendBuffer, sizeof( ucFrameSendBuffer ), &xHigherPriorityTaskWoken ); in vTransmitThread()
673 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in vTransmitThread()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/MPS2_AN385/
HDNetworkInterface.c214 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in EthernetISR() local
228 vTaskNotifyGiveFromISR( xRxTaskHandle, &xHigherPriorityTaskWoken ); in EthernetISR()
237 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in EthernetISR()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/RX/
HDNetworkInterface.c585 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in EINT_Trig_isr() local
593 vTaskNotifyGiveFromISR( ether_receive_check_task_handle, &xHigherPriorityTaskWoken ); in EINT_Trig_isr()
600 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in EINT_Trig_isr()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/pic32mzef/
HDNetworkInterface_eth.c724 BaseType_t xHigherPriorityTaskWoken; in MAC_EventFunction() local
728 xHigherPriorityTaskWoken = pdFALSE; in MAC_EventFunction()
729 …askNotifyFromISR( macTaskHandle, PIC32_MAC_EVENT_IF_PENDING, eSetBits, &xHigherPriorityTaskWoken ); in MAC_EventFunction()
731 if( xHigherPriorityTaskWoken ) in MAC_EventFunction()
733 portEND_SWITCHING_ISR( xHigherPriorityTaskWoken ); in MAC_EventFunction()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
HDNetworkInterface.c377 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in HAL_ETH_RxCpltCallback() local
384 … xTaskNotifyFromISR( xEMACTaskHandle, EMAC_IF_RX_EVENT, eSetBits, &( xHigherPriorityTaskWoken ) ); in HAL_ETH_RxCpltCallback()
385 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in HAL_ETH_RxCpltCallback()
392 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in HAL_ETH_TxCpltCallback() local
399 … xTaskNotifyFromISR( xEMACTaskHandle, EMAC_IF_TX_EVENT, eSetBits, &( xHigherPriorityTaskWoken ) ); in HAL_ETH_TxCpltCallback()
400 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in HAL_ETH_TxCpltCallback()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC18xx/
HDNetworkInterface.c832 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in NETWORK_IRQHandler() local
851 vTaskNotifyGiveFromISR( xRxHanderTask, &xHigherPriorityTaskWoken ); in NETWORK_IRQHandler()
860 vTaskNotifyGiveFromISR( xRxHanderTask, &xHigherPriorityTaskWoken ); in NETWORK_IRQHandler()
876 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in NETWORK_IRQHandler()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
HDNetworkInterface.c935 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in prvSetFlagsAndNotify() local
944 vTaskNotifyGiveFromISR( xEMACTaskHandle, &( xHigherPriorityTaskWoken ) ); in prvSetFlagsAndNotify()
945 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in prvSetFlagsAndNotify()
/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_IP.c777 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in FreeRTOS_NetworkDownFromISR() local
783 …if( xQueueSendToBackFromISR( xNetworkEventQueue, &xNetworkDownEvent, &xHigherPriorityTaskWoken ) !… in FreeRTOS_NetworkDownFromISR()
798 return xHigherPriorityTaskWoken; in FreeRTOS_NetworkDownFromISR()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
HDFreeRTOS_Sockets_GenericAPI_utest.c3434 BaseType_t xHigherPriorityTaskWoken; in test_FreeRTOS_SignalSocketFromISR_catchAsserts() local
3437 catch_assert( FreeRTOS_SignalSocketFromISR( NULL, &xHigherPriorityTaskWoken ) ); in test_FreeRTOS_SignalSocketFromISR_catchAsserts()
3441 catch_assert( FreeRTOS_SignalSocketFromISR( &xSocket, &xHigherPriorityTaskWoken ) ); in test_FreeRTOS_SignalSocketFromISR_catchAsserts()
3446 catch_assert( FreeRTOS_SignalSocketFromISR( &xSocket, &xHigherPriorityTaskWoken ) ); in test_FreeRTOS_SignalSocketFromISR_catchAsserts()
3456 BaseType_t xHigherPriorityTaskWoken; in test_FreeRTOS_SignalSocketFromISR_HappyPath() local
3465 xReturn = FreeRTOS_SignalSocketFromISR( &xSocket, &xHigherPriorityTaskWoken ); in test_FreeRTOS_SignalSocketFromISR_HappyPath()