Changeset f3b7be3 in rtems
- Timestamp:
- 01/20/05 18:22:28 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 962e894f
- Parents:
- e68206a1
- Location:
- cpukit
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
re68206a1 rf3b7be3 1 2005-01-20 Joel Sherrill <joel@OARcorp.com> 2 3 PR 745/rtems 4 * rtems/src/ratemoncreate.c, rtems/src/timercreate.c: Make sure 5 internal timer structures are initialized so object control reuse is 6 safe. 7 1 8 2005-01-20 Joel Sherrill <joel@OARcorp.com> 2 9 -
cpukit/rtems/src/ratemoncreate.c
re68206a1 rf3b7be3 67 67 the_period->state = RATE_MONOTONIC_INACTIVE; 68 68 69 _Watchdog_Initialize( &the_period->Timer, NULL, 0, NULL ); 70 69 71 _Objects_Open( 70 72 &_Rate_monotonic_Information, -
cpukit/rtems/src/timercreate.c
re68206a1 rf3b7be3 65 65 66 66 the_timer->the_class = TIMER_DORMANT; 67 _Watchdog_Initialize( &the_timer->Ticker, NULL, 0, NULL ); 67 68 68 69 _Objects_Open( -
cpukit/score/Makefile.am
re68206a1 rf3b7be3 96 96 HEAP_C_FILES = src/heap.c src/heapallocate.c src/heapextend.c src/heapfree.c \ 97 97 src/heapsizeofuserarea.c src/heapwalk.c src/heapgetinfo.c \ 98 src/heapgetfreeinfo.c 98 src/heapgetfreeinfo.c src/heapallocatealigned.c 99 99 100 100 OBJECT_C_FILES = src/object.c src/objectallocate.c \
Note: See TracChangeset
for help on using the changeset viewer.