Lines Matching refs:sat_assert
145 sat_assert(0 == pthread_mutex_init(&num_workers_mutex_, NULL)); in Initialize()
146 sat_assert(0 == pthread_rwlock_init(&status_rwlock_, NULL)); in Initialize()
148 sat_assert(0 == pthread_barrier_init(&pause_barrier_, NULL, in Initialize()
154 sat_assert(0 == pthread_mutex_destroy(&num_workers_mutex_)); in Destroy()
155 sat_assert(0 == pthread_rwlock_destroy(&status_rwlock_)); in Destroy()
157 sat_assert(0 == pthread_barrier_destroy(&pause_barrier_)); in Destroy()
224 sat_assert(0 == pthread_barrier_destroy(&pause_barrier_)); in RemoveSelf()
225 sat_assert(0 == pthread_barrier_init(&pause_barrier_, NULL, num_workers_)); in RemoveSelf()
293 sat_assert(worker_status); in InitThread()
592 sat_assert(error->expected != error->actual); in ProcessError()
650 sat_assert(error->expected != error->actual); in ProcessError()
962 sat_assert(error->expected != error->actual); in ProcessTagError()
1724 sat_assert(sizeof(*tag) == 512); in SectorValidatePage()
2801 sat_assert(device_sectors_ * kSectorSize > 3 * cache_size_); in DoWork()
3284 sat_assert(error->expected != error->actual); in ProcessError()