Changeset 40ee2fc0 in rtems for cpukit/rtems/src/ratemondelete.c
- Timestamp:
- 09/20/11 13:06:42 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 74416035
- Parents:
- 3fb73e22
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/rtems/src/ratemondelete.c
r3fb73e22 r40ee2fc0 48 48 49 49 case OBJECTS_LOCAL: 50 _Scheduler_Release_job(the_period->owner, 0); 50 51 _Objects_Close( &_Rate_monotonic_Information, &the_period->Object ); 51 52 (void) _Watchdog_Remove( &the_period->Timer ); 52 53 the_period->state = RATE_MONOTONIC_INACTIVE; 53 54 _Rate_monotonic_Free( the_period ); 54 _Scheduler_Release_job(the_period->owner, 0);55 55 _Thread_Enable_dispatch(); 56 56 return RTEMS_SUCCESSFUL;
Note: See TracChangeset
for help on using the changeset viewer.