Changeset f0c8501 in rtems
- Timestamp:
- 07/11/14 07:47:05 (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 1af8634a
- Parents:
- 27783f6
- git-author:
- Sebastian Huber <sebastian.huber@…> (07/11/14 07:47:05)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (07/11/14 07:55:33)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/src/schedulerpriorityaffinitysmp.c
r27783f6 rf0c8501 356 356 357 357 /* 358 * FIXME: Do not consider threads using the scheduler helping protocol 359 * since this could produce more than one thread in need for help in one 360 * operation which is currently not possible. 361 */ 362 if ( lowest_scheduled->help_state != SCHEDULER_HELP_YOURSELF ) 363 break; 364 365 /* 358 366 * But if we found a thread which is lower priority than one 359 367 * in the ready set, then we need to swap them out. … … 363 371 _Scheduler_SMP_Node_downcast( lowest_scheduled ), 364 372 SCHEDULER_SMP_NODE_READY 373 ); 374 _Scheduler_Thread_change_state( 375 _Scheduler_Node_get_user( lowest_scheduled ), 376 THREAD_SCHEDULER_READY 365 377 ); 366 378
Note: See TracChangeset
for help on using the changeset viewer.