forked from Imagelibrary/rtems
2011-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/threadtickletimeslice.c: Spacing.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* score/src/threadtickletimeslice.c: Spacing.
|
||||
|
||||
2011-06-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1812/filesystem
|
||||
|
||||
@@ -90,7 +90,7 @@ void _Thread_Tickle_timeslice( void )
|
||||
* currently executing thread is placed at the rear of the
|
||||
* FIFO for this priority and a new heir is selected.
|
||||
*/
|
||||
_Scheduler_Yield( );
|
||||
_Scheduler_Yield();
|
||||
executing->cpu_time_budget = _Thread_Ticks_per_timeslice;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user