CoDiPack  2.2.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::SynchronizationInterface Struct Reference

Provides basic synchronization facilities. More...

#include <synchronizationInterface.hpp>

Inheritance diagram for codi::SynchronizationInterface:

Static Public Member Functions

template<typename FunctionObject >
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.
 

Detailed Description

Provides basic synchronization facilities.


The documentation for this struct was generated from the following file: