Home | History | Annotate | Download | only in src

Lines Matching refs:pause_barrier_

133   sat_assert(0 == pthread_barrier_init(&pause_barrier_, NULL,
142 sat_assert(0 == pthread_barrier_destroy(&pause_barrier_));
200 // the other threads won't wait on pause_barrier_ forever.
213 // Decrement num_workers_ and reinitialize pause_barrier_, which we know isn't
216 sat_assert(0 == pthread_barrier_destroy(&pause_barrier_));
217 sat_assert(0 == pthread_barrier_init(&pause_barrier_, NULL, num_workers_));