|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
Public Member Functions | |
| SerialUContext (std::function< void()> code, void_pfn_smxprocess_t cleanup_func, smx_actor_t process) | |
| void | stop () override |
| void | suspend () override |
| void | resume () |
Public Member Functions inherited from simgrid::kernel::context::UContext | |
| UContext (std::function< void()> code, void_pfn_smxprocess_t cleanup_func, smx_actor_t process) | |
| ~UContext () override | |
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 () |
Additional Inherited Members | |
Public Attributes inherited from simgrid::kernel::context::UContext | |
| friend | UContextFactory |
Public Attributes inherited from simgrid::kernel::context::Context | |
| bool | iwannadie |
Protected Attributes inherited from simgrid::kernel::context::UContext | |
| ucontext_t | uc_ |
| char * | stack_ = nullptr |
|
inline |
|
overridevirtual |
Reimplemented from simgrid::kernel::context::Context.
|
overridevirtual |
Implements simgrid::kernel::context::Context.
| void simgrid::kernel::context::SerialUContext::resume | ( | ) |