SimGrid  3.16
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
 
std::map< aid_t, smx_actor_tprocess_list
 
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
 
std::vector< simgrid::simix::ActorImpl * > daemons
 

Friends

bool simgrid::s4u::this_actor::isMaestro ()
 

Friends And Related Function Documentation

◆ simgrid::s4u::this_actor::isMaestro

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

std::map<aid_t, smx_actor_t> simgrid::simix::Global::process_list

◆ 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

◆ daemons

std::vector<simgrid::simix::ActorImpl*> simgrid::simix::Global::daemons

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