| 140 | } |
| 141 | |
| 142 | void BarrierSys::wait() { |
| 143 | ((BarrierSysImplementation*) opaque)->wait(); |
| 144 | } |
| 145 | |
| 146 | LinearBarrierActive::LinearBarrierActive (size_t N) |
| 147 | : count0(nullptr), count1(nullptr), mode(0), flag0(0), flag1(0), threadCount(0) |
no test coverage detected