gem5: centralize information on simulate() time reached

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-07-25 00:00:00 +00:00
parent 402059ed22
commit 6f5a1a3e83
6 changed files with 138 additions and 10 deletions

View File

@@ -1,4 +1,6 @@
/* count to infinity in n threads.
*
* https://github.com/cirosantilli/linux-kernel-module-cheat#pthreads
*
* Useful if you need to keep several threads around
* to test something.