Searched hist:7059 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/sim/
H A Deventq.ccdiff 7059:4fb4eeb5f412 Fri Apr 02 18:28:00 EDT 2010 Nathan Binkert <nate@binkert.org> eventq: Clean up some flags
- Make the initialized flag always available, not just in debug mode.
- Make the Initialized flag actually use several bits so it is very
unlikely that something that's uninitialized accidentally looks
initialized.
- Add an initialized() function that tells you if the current event is
indeed initialized.
- Clear the flags on delete so it can't be accidentally thought of as
initialized.
- Fix getFlags assert statement. "How did this ever work?"
H A Deventq.hhdiff 7059:4fb4eeb5f412 Fri Apr 02 18:28:00 EDT 2010 Nathan Binkert <nate@binkert.org> eventq: Clean up some flags
- Make the initialized flag always available, not just in debug mode.
- Make the Initialized flag actually use several bits so it is very
unlikely that something that's uninitialized accidentally looks
initialized.
- Add an initialized() function that tells you if the current event is
indeed initialized.
- Clear the flags on delete so it can't be accidentally thought of as
initialized.
- Fix getFlags assert statement. "How did this ever work?"

Completed in 16 milliseconds