50 template<
typename FunctionObject>
66 template<
typename FunctionObject>
#define CODI_INLINE
See codi::Config::ForcedInlines.
Definition config.h:457
CoDiPack - Code Differentiation Package.
Definition codi.hpp:90
Default implementation of SynchronizationInterface for serial applications.
Definition synchronizationInterface.hpp:62
static void synchronize()
Does not return until called by all threads.
Definition synchronizationInterface.hpp:73
static void serialize(FunctionObject const &func)
Ensures that only one among the calling threads calls the given function object.
Definition synchronizationInterface.hpp:67
Provides basic synchronization facilities.
Definition synchronizationInterface.hpp:45
static void serialize(FunctionObject const &func)
Ensures that only one among the calling threads calls the given function object.
static void synchronize()
Does not return until called by all threads.