attach_start() override | simgrid::kernel::context::ThreadContext | virtual |
attach_stop() override | simgrid::kernel::context::ThreadContext | virtual |
AttachContext(std::function< void()> code, void_pfn_smxprocess_t cleanup_func, smx_actor_t process) | simgrid::kernel::context::AttachContext | inline |
Context(std::function< void()> code, void_pfn_smxprocess_t cleanup_func, smx_actor_t process) | simgrid::kernel::context::Context | |
has_code() const | simgrid::kernel::context::Context | inline |
isMaestro() const | simgrid::kernel::context::ThreadContext | inline |
iwannadie | simgrid::kernel::context::Context | |
operator()() | simgrid::kernel::context::Context | inline |
process() | simgrid::kernel::context::Context | inline |
release() | simgrid::kernel::context::ThreadContext | |
run_all() | simgrid::kernel::context::SerialThreadContext | static |
SerialThreadContext(std::function< void()> code, void_pfn_smxprocess_t cleanup_func, smx_actor_t process, bool maestro) | simgrid::kernel::context::SerialThreadContext | inline |
set_cleanup(void_pfn_smxprocess_t cleanup) | simgrid::kernel::context::Context | inline |
stop() override | simgrid::kernel::context::ThreadContext | virtual |
suspend() override | simgrid::kernel::context::ThreadContext | virtual |
ThreadContext(std::function< void()> code, void_pfn_smxprocess_t cleanup_func, smx_actor_t process, bool maestro) | simgrid::kernel::context::ThreadContext | |
wait() | simgrid::kernel::context::ThreadContext | |
~AttachContext() override | simgrid::kernel::context::AttachContext | |
~Context() | simgrid::kernel::context::Context | virtual |
~ThreadContext() override | simgrid::kernel::context::ThreadContext | |