|
SimGrid
3.13
Versatile Simulation of Distributed Systems
|
Public Member Functions | |
| RawContext (std::function< void()> code, void_pfn_smxprocess_t cleanup_func, smx_process_t process) | |
| ~RawContext () | |
| void | stop () override |
| void | suspend () override |
| void | resume () |
Public Member Functions inherited from simgrid::simix::Context | |
| Context (std::function< void()> code, void_pfn_smxprocess_t cleanup_func, smx_process_t process) | |
| void | operator() () |
| bool | has_code () const |
| smx_process_t | process () |
| void | set_cleanup (void_pfn_smxprocess_t cleanup) |
| virtual | ~Context () |
Static Public Member Functions | |
| static void | wrapper (void *arg) |
Protected Attributes | |
| void * | stack_ = nullptr |
| void * | stack_top_ = nullptr |
| pointer to top the stack stack More... | |
Additional Inherited Members | |
Public Attributes inherited from simgrid::simix::Context | |
| bool | iwannadie |
| simgrid::simix::RawContext::RawContext | ( | std::function< void()> | code, |
| void_pfn_smxprocess_t | cleanup_func, | ||
| smx_process_t | process | ||
| ) |
| simgrid::simix::RawContext::~RawContext | ( | ) |
|
overridevirtual |
Reimplemented from simgrid::simix::Context.
|
overridevirtual |
Implements simgrid::simix::Context.
| void simgrid::simix::RawContext::resume | ( | ) |
|
protected |
|
protected |
pointer to top the stack stack