Home | History | Annotate | Download | only in src

Lines Matching refs:sat_assert

145   sat_assert(0 == pthread_mutex_init(&num_workers_mutex_, NULL));
146 sat_assert(0 == pthread_rwlock_init(&status_rwlock_, NULL));
148 sat_assert(0 == pthread_barrier_init(&pause_barrier_, NULL,
154 sat_assert(0 == pthread_mutex_destroy(&num_workers_mutex_));
155 sat_assert(0 == pthread_rwlock_destroy(&status_rwlock_));
157 sat_assert(0 == pthread_barrier_destroy(&pause_barrier_));
224 sat_assert(0 == pthread_barrier_destroy(&pause_barrier_));
225 sat_assert(0 == pthread_barrier_init(&pause_barrier_, NULL, num_workers_));
293 sat_assert(worker_status);
592 sat_assert(error->expected != error->actual);
650 sat_assert(error->expected != error->actual);
962 sat_assert(error->expected != error->actual);
1724 sat_assert(sizeof(*tag) == 512);
2801 sat_assert(device_sectors_ * kSectorSize > 3 * cache_size_);
3284 sat_assert(error->expected != error->actual);