SimGrid  3.14.159
Versatile Simulation of Distributed Systems
simgrid::simix::Global Class Reference

#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::ActorCodeFactoryregistered_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
 

Member Data Documentation

§ context_factory

smx_context_factory_t simgrid::simix::Global::context_factory = nullptr

§ process_to_run

xbt_dynar_t simgrid::simix::Global::process_to_run = nullptr

§ process_that_ran

xbt_dynar_t simgrid::simix::Global::process_that_ran = nullptr

§ process_list

xbt_swag_t simgrid::simix::Global::process_list = nullptr

§ process_to_destroy

xbt_swag_t simgrid::simix::Global::process_to_destroy = nullptr

§ maestro_process

smx_actor_t simgrid::simix::Global::maestro_process = nullptr

§ registered_functions

std::unordered_map<std::string, simgrid::simix::ActorCodeFactory> simgrid::simix::Global::registered_functions

§ default_function

simgrid::simix::ActorCodeFactory simgrid::simix::Global::default_function

§ create_process_function

smx_creation_func_t simgrid::simix::Global::create_process_function = nullptr

§ kill_process_function

void_pfn_smxprocess_t simgrid::simix::Global::kill_process_function = nullptr

§ cleanup_process_function

void_pfn_smxprocess_t simgrid::simix::Global::cleanup_process_function = nullptr

Callback used when killing a SMX_process.

§ mutex

xbt_os_mutex_t simgrid::simix::Global::mutex = nullptr

§ tasks

std::vector<simgrid::xbt::Task<void()> > simgrid::simix::Global::tasks

§ tasksTemp

std::vector<simgrid::xbt::Task<void()> > simgrid::simix::Global::tasksTemp

The documentation for this class was generated from the following file: