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