mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 13:45:00 -05:00
When a task is unblocked the need for a context switch is only signalled if the unblocked task has a priority higher than the currently running task, instead of higher than or equal to the priority of the currently running task. |
||
|---|---|---|
| .. | ||
| AT91SAM7X256.h | ||
| ioat91sam7x256.h | ||
| lib_AT91SAM7X256.c | ||
| lib_AT91SAM7X256.h | ||
| port.c | ||
| portISR.c | ||
| portmacro.h | ||