Skip to content

Strong APA Scheduler v1.1#4

Open
richidubey wants to merge 7 commits intomasterfrom
Strong-APA-v1.1
Open

Strong APA Scheduler v1.1#4
richidubey wants to merge 7 commits intomasterfrom
Strong-APA-v1.1

Conversation

@richidubey
Copy link
Copy Markdown
Owner

No description provided.

@richidubey richidubey closed this Jul 28, 2020
@richidubey richidubey reopened this Jul 28, 2020
Comment thread cpukit/include/rtems/score/schedulerstrongapa.h
Comment thread cpukit/include/rtems/score/schedulerstrongapa.h Outdated
Comment thread cpukit/include/rtems/score/schedulerstrongapa.h Outdated
Comment thread cpukit/include/rtems/score/schedulerstrongapa.h Outdated
Comment thread cpukit/include/rtems/score/schedulerstrongapa.h Outdated
Comment thread cpukit/score/src/schedulerstrongapa.c Outdated
Comment thread cpukit/score/src/schedulerstrongapa.c Outdated
Comment thread cpukit/score/src/schedulerstrongapa.c Outdated
filter_priority = _Scheduler_Node_get_priority( filter_base );
filter_priority = SCHEDULER_PRIORITY_PURIFY( filter_priority );

if( ret->Priority.value < filter_priority ) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this case, change it to > and only do the else logic, if there is nothing to be done here.

}

else {
//Backtrack on the path from
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

similar comments as above, change this to the if { } branch, and elaborate a plan for how to achieve the backtracking.

Comment thread cpukit/score/src/schedulerstrongapa.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants