Searched refs:xTaskRunningOnCore (Results 1 – 1 of 1) sorted by relevance
3125 BaseType_t xTaskRunningOnCore; in vTaskSuspend() local3139 xTaskRunningOnCore = pxTCB->xTaskRunState; in vTaskSuspend()3250 if( xTaskRunningOnCore == ( BaseType_t ) portGET_CORE_ID() ) in vTaskSuspend()3258 prvYieldCore( xTaskRunningOnCore ); in vTaskSuspend()