SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include <smx_private.h>
Public Attributes | |
smx_context_factory_t | context_factory = nullptr |
xbt_dynar_t | process_to_run = nullptr |
xbt_dynar_t | process_that_ran = nullptr |
xbt_swag_t | process_list = nullptr |
xbt_swag_t | process_to_destroy = nullptr |
smx_actor_t | maestro_process = nullptr |
std::unordered_map< std::string, simgrid::simix::ActorCodeFactory > | registered_functions |
simgrid::simix::ActorCodeFactory | default_function |
smx_creation_func_t | create_process_function = nullptr |
void_pfn_smxprocess_t | kill_process_function = nullptr |
void_pfn_smxprocess_t | cleanup_process_function = nullptr |
Callback used when killing a SMX_process. More... | |
xbt_os_mutex_t | mutex = nullptr |
std::vector< simgrid::xbt::Task< void()> > | tasks |
std::vector< simgrid::xbt::Task< void()> > | tasksTemp |
smx_context_factory_t simgrid::simix::Global::context_factory = nullptr |
xbt_dynar_t simgrid::simix::Global::process_to_run = nullptr |
xbt_dynar_t simgrid::simix::Global::process_that_ran = nullptr |
xbt_swag_t simgrid::simix::Global::process_list = nullptr |
xbt_swag_t simgrid::simix::Global::process_to_destroy = nullptr |
smx_actor_t simgrid::simix::Global::maestro_process = nullptr |
std::unordered_map<std::string, simgrid::simix::ActorCodeFactory> simgrid::simix::Global::registered_functions |
simgrid::simix::ActorCodeFactory simgrid::simix::Global::default_function |
smx_creation_func_t simgrid::simix::Global::create_process_function = nullptr |
void_pfn_smxprocess_t simgrid::simix::Global::kill_process_function = nullptr |
void_pfn_smxprocess_t simgrid::simix::Global::cleanup_process_function = nullptr |
Callback used when killing a SMX_process.
xbt_os_mutex_t simgrid::simix::Global::mutex = nullptr |
std::vector<simgrid::xbt::Task<void()> > simgrid::simix::Global::tasks |
std::vector<simgrid::xbt::Task<void()> > simgrid::simix::Global::tasksTemp |