Searched hist:11622 (Results 1 - 2 of 2) sorted by relevance
/gem5/src/dev/net/ | ||
H A D | tcp_iface.cc | diff 11622:0b2aaf6f5c78 Tue Sep 13 23:08:00 EDT 2016 Michael LeBeane <michael.lebeane@amd.com> dev: Exit correctly in dist-gem5 The receiver thread in dist_iface is allowed to directly exit the simulation. This can cause exit to be called twice if the main thread simultaneously wants to exit the simulation. Therefore, have the receiver thread enqueue a request to exit on the primary event queue for the main simulation thread to handle. |
H A D | dist_iface.cc | diff 11622:0b2aaf6f5c78 Tue Sep 13 23:08:00 EDT 2016 Michael LeBeane <michael.lebeane@amd.com> dev: Exit correctly in dist-gem5 The receiver thread in dist_iface is allowed to directly exit the simulation. This can cause exit to be called twice if the main thread simultaneously wants to exit the simulation. Therefore, have the receiver thread enqueue a request to exit on the primary event queue for the main simulation thread to handle. |
Completed in 9 milliseconds