Ignore:
Timestamp:
09/20/11 13:06:42 (12 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
74416035
Parents:
3fb73e22
Message:

2011-09-20 Petr Benes <benesp16@…>

PR 1916/testing

  • rtems/src/ratemondelete.c, score/src/schedulercbsreleasejob.c, score/src/scheduleredfupdate.c, score/src/scheduleredfyield.c: Rework to improve coverage.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/rtems/src/ratemondelete.c

    r3fb73e22 r40ee2fc0  
    4848
    4949    case OBJECTS_LOCAL:
     50      _Scheduler_Release_job(the_period->owner, 0);
    5051      _Objects_Close( &_Rate_monotonic_Information, &the_period->Object );
    5152      (void) _Watchdog_Remove( &the_period->Timer );
    5253      the_period->state = RATE_MONOTONIC_INACTIVE;
    5354      _Rate_monotonic_Free( the_period );
    54       _Scheduler_Release_job(the_period->owner, 0);
    5555      _Thread_Enable_dispatch();
    5656      return RTEMS_SUCCESSFUL;
Note: See TracChangeset for help on using the changeset viewer.