Changeset bdba5371 in rtems
- Timestamp:
- 06/20/07 19:21:01 (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cb6e9bf
- Parents:
- 7c5e3b3
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r7c5e3b3 rbdba5371 1 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * score/src/corerwlock.c: Make sure structure is fully initialized. 4 When reused, some fields will not be zero like at initialization. 5 1 6 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
cpukit/score/src/corerwlock.c
r7c5e3b3 rbdba5371 53 53 the_rwlock->number_of_waiting_threads = 0; 54 54 */ 55 the_rwlock->number_of_readers = 0; 56 the_rwlock->current_state = CORE_RWLOCK_UNLOCKED; 55 57 56 58 _Thread_queue_Initialize(
Note: See TracChangeset
for help on using the changeset viewer.