SimGrid
3.13
Versatile Simulation of Distributed Systems
|
#include "simgrid/msg.h"
Macros | |
#define | SLEEP(duration) |
Functions | |
XBT_LOG_NEW_DEFAULT_CATEGORY (msg_process_suspend,"Messages specific for this msg example") | |
static int | lazy_guy (int argc, char *argv[]) |
The Lazy guy only wants to sleep, but can be awaken by the dream_master. More... | |
static int | dream_master (int argc, char *argv[]) |
The Dream master: More... | |
int | main (int argc, char *argv[]) |
#define SLEEP | ( | duration | ) |
XBT_LOG_NEW_DEFAULT_CATEGORY | ( | msg_process_suspend | , |
"Messages specific for this msg example" | |||
) |
|
static |
The Lazy guy only wants to sleep, but can be awaken by the dream_master.
|
static |
int main | ( | int | argc, |
char * | argv[] | ||
) |