SimGrid
3.13
Versatile Simulation of Distributed Systems
|
Public Member Functions | |
RawContextFactory () | |
~RawContextFactory () | |
RawContext * | create_context (std::function< void()> code, void_pfn_smxprocess_t, smx_process_t process) override |
void | run_all () override |
![]() | |
ContextFactory (std::string name) | |
virtual | ~ContextFactory () |
virtual Context * | attach (void_pfn_smxprocess_t cleanup_func, smx_process_t process) |
Creates a context from the current context of execution. More... | |
virtual Context * | create_maestro (std::function< void()> code, smx_process_t process) |
virtual Context * | self () |
std::string const & | name () const |
Additional Inherited Members | |
![]() | |
template<class T , class... Args> | |
T * | new_context (Args &&...args) |
simgrid::simix::RawContextFactory::RawContextFactory | ( | ) |
simgrid::simix::RawContextFactory::~RawContextFactory | ( | ) |
|
overridevirtual |
Implements simgrid::simix::ContextFactory.
|
overridevirtual |
Implements simgrid::simix::ContextFactory.