|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include <math.h>#include <utility>#include <functional>#include "src/internal_config.h"#include "xbt/log.h"#include "xbt/parmap.h"#include "xbt/dynar.h"#include "src/simix/smx_private.h"#include "mc/mc.h"Classes | |
| class | simgrid::kernel::context::RawContext |
| Fast context switching inspired from SystemV ucontexts. More... | |
| class | simgrid::kernel::context::RawContextFactory |
Namespaces | |
| simgrid | |
| Host datatype from SIMIX POV. | |
| simgrid::kernel | |
| simgrid::kernel::context | |
Typedefs | |
| typedef void(* | rawctx_entry_point_t) (void *) |
| typedef void * | raw_stack_t |
Functions | |
| XBT_LOG_EXTERNAL_DEFAULT_CATEGORY (simix_context) | |
| ContextFactory * | simgrid::kernel::context::raw_factory () |
| raw_stack_t | raw_makecontext (void *malloced_stack, int stack_size, rawctx_entry_point_t entry_point, void *arg) |
| void | raw_swapcontext (raw_stack_t *old, raw_stack_t new_context) |
Variables | |
| static unsigned long | raw_process_index = 0 |
| static simgrid::kernel::context::RawContext * | raw_maestro_context |
| static bool | raw_context_parallel = false |
| typedef void* raw_stack_t |
| XBT_LOG_EXTERNAL_DEFAULT_CATEGORY | ( | simix_context | ) |
| raw_stack_t raw_makecontext | ( | void * | malloced_stack, |
| int | stack_size, | ||
| rawctx_entry_point_t | entry_point, | ||
| void * | arg | ||
| ) |
| void raw_swapcontext | ( | raw_stack_t * | old, |
| raw_stack_t | new_context | ||
| ) |
|
static |
|
static |
|
static |