MCPcopy Create free account
hub / github.com/FreeRTOS/FreeRTOS-Kernel / vTaskMissedYield

Function vTaskMissedYield

tasks.c:4163–4167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4161/*-----------------------------------------------------------*/
4162
4163void vTaskMissedYield( void )
4164{
4165 /* Must be called from within a critical section */
4166 xYieldPendings[ portGET_CORE_ID() ] = pdTRUE;
4167}
4168/*-----------------------------------------------------------*/
4169
4170#if ( configUSE_TRACE_FACILITY == 1 )

Callers 1

prvUnlockQueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected