|
SimGrid
3.17
Versatile Simulation of Distributed Systems
|
Public Member Functions | |
| BoostSerialContext (std::function< void()> code, void_pfn_smxprocess_t cleanup_func, smx_actor_t process) | |
| void | suspend () override |
Public Member Functions inherited from simgrid::kernel::context::BoostContext | |
| BoostContext (std::function< void()> code, void_pfn_smxprocess_t cleanup_func, smx_actor_t process) | |
| ~BoostContext () override | |
| void | stop () override |
| virtual void | resume () |
Public Member Functions inherited from simgrid::kernel::context::Context | |
| Context (std::function< void()> code, void_pfn_smxprocess_t cleanup_func, smx_actor_t process) | |
| void | operator() () |
| bool | has_code () const |
| smx_actor_t | process () |
| void | set_cleanup (void_pfn_smxprocess_t cleanup) |
| virtual | ~Context () |
|
inline |
|
overridevirtual |
Implements simgrid::kernel::context::Context.