![]() |
The ROme OpTimistic Simulator
3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
|
LP construction functions. More...
Go to the source code of this file.
Macros | |
#define | lp_start_id_compute(trd) |
Functions | |
static void | lp_iterator_init (void) |
void | lp_global_init (void) |
void | lp_global_fini (void) |
void | lp_init (void) |
void | lp_fini (void) |
lp_id_t | lp_id_get_mt (void) |
struct lib_ctx * | lib_ctx_get_mt (void) |
Variables | |
__thread uint64_t | lp_id_first |
__thread uint64_t | lp_id_end |
__thread struct lp_ctx * | current_lp |
struct lp_ctx * | lps |
lp_id_t | n_lps_node |
The total number of LPs hosted in the node. | |
LP construction functions.
LP construction functions
Definition in file lp.c.
#define lp_start_id_compute | ( | trd | ) |