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