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