Lumiera
0.pre.03
»edit your freedom«
|
A Monitor based reference implementation, using Mutex + Condition Variable for sleeping wait.
Definition at line 62 of file sync-barrier-performance-test.cpp.
Public Member Functions | |
MonitorSync (uint nFold=2) | |
void | sync () |
Private Member Functions | |
bool | allPassed () |
Private Attributes | |
int | latch_ |
Additional Inherited Members | |
Static Public Member Functions inherited from Sync< CONF > | |
static Monitor & | getMonitor (Sync const *forThis) |