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 144 int error = pthread_barrier_wait(&pause_barrier_);
194 pthread_barrier_t pause_barrier_; member in class:WorkerStatus
worker.cc 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_));
    [all...]

Completed in 26 milliseconds