HomeSort by relevance Sort by last modified time
    Searched refs:pause_barrier_ (Results 1 - 2 of 2) sorted by null

  /external/stressapptest/src/
worker.h 142 int error = pthread_barrier_wait(&pause_barrier_);
192 pthread_barrier_t pause_barrier_; member in class:WorkerStatus
worker.cc 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_));
    [all...]

Completed in 114 milliseconds