![]() |
The ROme OpTimistic Simulator
2.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
|
Thread barrier definition. More...
#include <thread.h>
Collaboration diagram for barrier_t:Data Fields | |
| int | num_threads |
| Number of threads which will synchronize on the barrier. | |
| atomic_t | c1 |
| First synchronization counter. | |
| atomic_t | c2 |
| Second synchronization counter. | |
| atomic_t | barr |
| atomic_t barrier_t::barr |