![]() |
ROOT-Sim core
3.0.0-rc.2
A General-Purpose Multi-threaded Parallel/Distributed Simulation Library
|
Housekeeping operations. More...

Functions | |
| void | fossil_on_gvt (simtime_t this_gvt) |
| Perform fossil collection operations at a given GVT. More... | |
| void | fossil_lp_collect (struct lp_ctx *lp) |
| Perform fossil collection for the data structures of a certain LP. More... | |
Variables | |
| __thread unsigned | fossil_epoch_current |
| The current fossil collection epoch. | |
| static __thread simtime_t | fossil_gvt_current |
| The value of the last GVT, kept here for easier fossil collection operations. | |
Housekeeping operations.
| void fossil_lp_collect | ( | struct lp_ctx * | lp | ) |
Perform fossil collection for the data structures of a certain LP.
| lp | The LP on which to perform fossil collection |
| void fossil_on_gvt | ( | simtime_t | this_gvt | ) |
Perform fossil collection operations at a given GVT.
| this_gvt | The value of the freshly computed GVT |