#include <ActorImpl.hpp>
◆ ActorImpl()
simgrid::simix::ActorImpl::ActorImpl |
( |
| ) |
|
|
inline |
◆ ~ActorImpl()
simgrid::simix::ActorImpl::~ActorImpl |
( |
| ) |
|
◆ getName()
◆ getCname()
const char* simgrid::simix::ActorImpl::getCname |
( |
| ) |
const |
|
inline |
◆ iface()
◆ ciface()
◆ daemonize()
void simgrid::simix::ActorImpl::daemonize |
( |
| ) |
|
This process will be terminated automatically when the last non-daemon process finishes.
◆ isDaemon()
bool simgrid::simix::ActorImpl::isDaemon |
( |
| ) |
|
|
inline |
◆ isSuspended()
bool simgrid::simix::ActorImpl::isSuspended |
( |
| ) |
|
|
inline |
Whether this actor has been daemonized.
◆ restart()
◆ suspend()
◆ resume()
void simgrid::simix::ActorImpl::resume |
( |
| ) |
|
◆ sleep()
◆ setUserData()
void simgrid::simix::ActorImpl::setUserData |
( |
void * |
data | ) |
|
|
inline |
◆ getUserData()
void* simgrid::simix::ActorImpl::getUserData |
( |
| ) |
|
|
inline |
◆ intrusive_ptr_add_ref
◆ intrusive_ptr_release
◆ host_process_list_hook
boost::intrusive::list_member_hook simgrid::simix::ActorImpl::host_process_list_hook |
◆ smx_destroy_list_hook
boost::intrusive::list_member_hook simgrid::simix::ActorImpl::smx_destroy_list_hook |
◆ smx_synchro_hook
boost::intrusive::list_member_hook simgrid::simix::ActorImpl::smx_synchro_hook |
◆ pid
aid_t simgrid::simix::ActorImpl::pid = 0 |
◆ ppid
aid_t simgrid::simix::ActorImpl::ppid = -1 |
◆ name
◆ host
s4u::Host* simgrid::simix::ActorImpl::host = nullptr |
◆ context
◆ exception
std::exception_ptr simgrid::simix::ActorImpl::exception |
◆ finished
bool simgrid::simix::ActorImpl::finished = false |
◆ blocked
bool simgrid::simix::ActorImpl::blocked = false |
◆ suspended
bool simgrid::simix::ActorImpl::suspended = false |
◆ auto_restart
bool simgrid::simix::ActorImpl::auto_restart = false |
◆ new_host
sg_host_t simgrid::simix::ActorImpl::new_host = nullptr |
◆ waiting_synchro
◆ comms
◆ simcall
◆ userdata
void* simgrid::simix::ActorImpl::userdata = nullptr |
◆ on_exit
◆ code
◆ kill_timer
smx_timer_t simgrid::simix::ActorImpl::kill_timer = nullptr |
◆ segment_index
int simgrid::simix::ActorImpl::segment_index = -1 |
The documentation for this class was generated from the following files: