37#include "../synchronizationInterface.hpp"
52 template<
typename FunctionObject>
#define CODI_INLINE
See codi::Config::ForcedInlines.
Definition config.h:457
CoDiPack - Code Differentiation Package.
Definition codi.hpp:90
OpenMP synchronization facilities.
Definition openMPSynchronization.hpp:48
static void serialize(FunctionObject const &func)
Ensures that only one among the calling threads calls the given function object.
Definition openMPSynchronization.hpp:53
static void synchronize()
Does not return until called by all threads.
Definition openMPSynchronization.hpp:61
Provides basic synchronization facilities.
Definition synchronizationInterface.hpp:45