Home | History | Annotate | Download | only in src

Lines Matching refs:pause_barrier_

148   sat_assert(0 == pthread_barrier_init(&pause_barrier_, NULL,
157 sat_assert(0 == pthread_barrier_destroy(&pause_barrier_));
208 // the other threads won't wait on pause_barrier_ forever.
221 // Decrement num_workers_ and reinitialize pause_barrier_, which we know isn't
224 sat_assert(0 == pthread_barrier_destroy(&pause_barrier_));
225 sat_assert(0 == pthread_barrier_init(&pause_barrier_, NULL, num_workers_));