Lines Matching full:barrier
17 #include "barrier.h"
53 std::unique_ptr<Barrier> barrier_;
54 std::unique_ptr<Barrier> complete_barrier_;
140 } // Need to drop the mutator lock to use the barrier.
301 // Create the barrier used to synchronize.
302 test->barrier_ = std::unique_ptr<Barrier>(new Barrier(2));
303 test->complete_barrier_ = std::unique_ptr<Barrier>(new Barrier(3));
330 // Wait on completion barrier.