summaryrefslogtreecommitdiff
path: root/src/python/m5/event.py
AgeCommit message (Expand)Author
2018-03-06scons: Switch from the print statement to the print function.Gabe Black
2017-05-24python: Fix PyEvent reference counting bugAndreas Sandberg
2017-05-16python: Add a helper function to create Python eventsAndreas Sandberg
2017-05-02python: Use PyBind11 instead of SWIG for Python wrappersAndreas Sandberg
2017-01-27python: Move native wrappers to the _m5 namespaceAndreas Sandberg
2013-11-25sim: simulate with multiple threads and event queuesSteve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E)
2009-02-18events: Make trace events happen at the right priority.Nathan Binkert
2008-11-10python: Fix the reference counting for python events placed on the eventq.Nathan Binkert
2008-10-14eventq: make python events actually workNathan Binkert
2008-10-09eventq: Major API change for the Event and EventQueue structures.Nathan Binkert
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert