#include <mitkSPMD.h>
Inherits mitkObject.
Inheritance diagram for mitkBarrier:
Public Member Functions | |
void | Synchronize () |
Friends | |
class | mitkSPMD |
mitkBarrier is a synchronizer for mitkSPMD, it can be created only by SPMD. Is you use SPMD by sub-classing mitkSPMD, please use the protected member function Synchronize() of mitkSPMD. This class is explicitly used only when you are using one of the delegates of SPMD (mitkSPMDStatic or mitkSPMDMember)
|
Called to synchronize threads. The calling thread waits until other threads created by the same SPMD reach the calling point. |