SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#include "simgrid/s4u/Host.hpp"
#include "src/instr/instr_private.hpp"
#include "src/msg/msg_private.hpp"
#include "src/simix/ActorImpl.hpp"
Functions | |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_msg_process, instr, "MSG process") | |
std::string | instr_pid (msg_process_t proc) |
void | TRACE_msg_process_change_host (msg_process_t process, msg_host_t new_host) |
void | TRACE_msg_process_create (std::string process_name, int process_pid, msg_host_t host) |
void | TRACE_msg_process_destroy (std::string process_name, int process_pid) |
void | TRACE_msg_process_kill (smx_process_exit_status_t status, msg_process_t process) |
void | TRACE_msg_process_suspend (msg_process_t process) |
void | TRACE_msg_process_resume (msg_process_t process) |
void | TRACE_msg_process_sleep_in (msg_process_t process) |
void | TRACE_msg_process_sleep_out (msg_process_t process) |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY | ( | instr_msg_process | , |
instr | , | ||
"MSG process" | |||
) |
std::string instr_pid | ( | msg_process_t | proc | ) |
void TRACE_msg_process_change_host | ( | msg_process_t | process, |
msg_host_t | new_host | ||
) |
void TRACE_msg_process_create | ( | std::string | process_name, |
int | process_pid, | ||
msg_host_t | host | ||
) |
void TRACE_msg_process_destroy | ( | std::string | process_name, |
int | process_pid | ||
) |
void TRACE_msg_process_kill | ( | smx_process_exit_status_t | status, |
msg_process_t | process | ||
) |
void TRACE_msg_process_suspend | ( | msg_process_t | process | ) |
void TRACE_msg_process_resume | ( | msg_process_t | process | ) |
void TRACE_msg_process_sleep_in | ( | msg_process_t | process | ) |
void TRACE_msg_process_sleep_out | ( | msg_process_t | process | ) |