Changeset 9f78139 in rtems
- Timestamp:
- 03/17/05 14:24:35 (17 years ago)
- Children:
- 70541799
- Parents:
- 44eb0beb
- Location:
- cpukit/rtems
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/rtems/ChangeLog
r44eb0beb r9f78139 1 2005-03-17 Joel Sherrill <joel@OARcorp.com> 2 3 PR 745/rtems 4 * src/ratemoncreate.c, src/timercreate.c: Make sure internal timer 5 structures are initialized so object control reuse is safe. 6 1 7 2004-10-15 Joel Sherrill <joel@OARcorp.com> 2 8 -
cpukit/rtems/src/ratemoncreate.c
r44eb0beb r9f78139 63 63 the_period->state = RATE_MONOTONIC_INACTIVE; 64 64 65 _Watchdog_Initialize( &the_period->Timer, NULL, 0, NULL ); 66 65 67 _Objects_Open( 66 68 &_Rate_monotonic_Information, -
cpukit/rtems/src/timercreate.c
r44eb0beb r9f78139 61 61 62 62 the_timer->the_class = TIMER_DORMANT; 63 _Watchdog_Initialize( &the_timer->Ticker, NULL, 0, NULL ); 63 64 64 65 _Objects_Open(
Note: See TracChangeset
for help on using the changeset viewer.