SimGrid  3.18
Versatile Simulation of Distributed Systems
ContextBoost.cpp File Reference
#include "ContextBoost.hpp"
#include <utility>
#include <xbt/log.h>

Namespaces

 simgrid
 Alltoall Bruck.
 
 simgrid::kernel
 
 simgrid::kernel::context
 

Macros

#define ASAN_EVAL(expr)   (void)0
 
#define ASAN_START_SWITCH(fake_stack_save, bottom, size)   (void)0
 
#define ASAN_FINISH_SWITCH(fake_stack_save, bottom_old, size_old)   (void)(fake_stack_save)
 

Functions

 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY (simix_context)
 
ContextFactory * simgrid::kernel::context::boost_factory ()
 

Macro Definition Documentation

◆ ASAN_EVAL

#define ASAN_EVAL (   expr)    (void)0

◆ ASAN_START_SWITCH

#define ASAN_START_SWITCH (   fake_stack_save,
  bottom,
  size 
)    (void)0

◆ ASAN_FINISH_SWITCH

#define ASAN_FINISH_SWITCH (   fake_stack_save,
  bottom_old,
  size_old 
)    (void)(fake_stack_save)

Function Documentation

◆ XBT_LOG_EXTERNAL_DEFAULT_CATEGORY()

XBT_LOG_EXTERNAL_DEFAULT_CATEGORY ( simix_context  )