|
SimGrid
3.13
Versatile Simulation of Distributed Systems
|
Classes | |
| struct | global_context_t |
Macros | |
| #define | SMALLAMOUNT 10 |
| #define | TOOBIG 100000000 |
Functions | |
| XBT_TEST_UNIT ("controlflow", test_controlflow,"basic nested control flow") | |
| XBT_TEST_UNIT ("value", test_value,"exception value passing") | |
| XBT_TEST_UNIT ("variables", test_variables,"variable value preservation") | |
| XBT_TEST_UNIT ("cleanup", test_cleanup,"cleanup handling") | |
| static char * | mallocex (int size) |
| static void | good_example (void) |
| #define SMALLAMOUNT 10 |
| #define TOOBIG 100000000 |
| XBT_TEST_UNIT | ( | "controlflow" | , |
| test_controlflow | , | ||
| "basic nested control flow" | |||
| ) |
| XBT_TEST_UNIT | ( | "value" | , |
| test_value | , | ||
| "exception value passing" | |||
| ) |
| XBT_TEST_UNIT | ( | "variables" | , |
| test_variables | , | ||
| "variable value preservation" | |||
| ) |
| XBT_TEST_UNIT | ( | "cleanup" | , |
| test_cleanup | , | ||
| "cleanup handling" | |||
| ) |
|
static |