Searched refs:xYieldPending (Results 1 – 1 of 1) sorted by relevance
371 PRIVILEGED_DATA static volatile BaseType_t xYieldPending = pdFALSE; variable1175 portPRE_TASK_DELETE_HOOK( pxTCB, &xYieldPending ); in vTaskDelete()1937 xYieldPending = pdTRUE; in xTaskResumeFromISR()2224 xYieldPending = pdTRUE; in xTaskResumeAll()2256 xYieldPending = pdTRUE; in xTaskResumeAll()2274 if( xYieldPending != pdFALSE ) in xTaskResumeAll()2759 xYieldPending = pdTRUE; in xTaskAbortDelay()2930 if( xYieldPending != pdFALSE ) in xTaskIncrementTick()3076 xYieldPending = pdTRUE; in vTaskSwitchContext()3080 xYieldPending = pdFALSE; in vTaskSwitchContext()[all …]