]> begriffs open source - freertos/commit
Bug fix: The 'value' of the event list item is updated when the priority of a task...
authorRichard Barry <ribarry@amazon.com>
Mon, 3 Jul 2006 19:34:28 +0000 (19:34 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 3 Jul 2006 19:34:28 +0000 (19:34 +0000)
commitd481cff89b7b14f38014aaf538e38542183040a1
tree92fbec0a08d511348832260e5c5a2edeae2c50eb
parentbc141db940075aa29e1e316b473010eb4e7ab4f2
Bug fix:  The 'value' of the event list item is updated when the priority of a task is changed.  Previously only the priority of the TCB itself was changed.

When resuming a task a check is first made to see if the task is actually suspended.

vTaskPrioritySet() and vTaskResume() no longer use the event list item.  This has not been necessary since V4.0.1 when the xMissedYield handling was added.
Source/tasks.c