Lines Matching refs:atomic
431 std::atomic<size_t>* bytes_read) in NewRandomAccessFile()
452 std::atomic<size_t>* bytes_read_; in NewRandomAccessFile()
538 std::atomic<bool> delay_sstable_sync_;
541 std::atomic<bool> drop_writes_;
544 std::atomic<bool> no_space_;
547 std::atomic<bool> non_writable_;
550 std::atomic<bool> manifest_sync_error_;
553 std::atomic<bool> manifest_write_error_;
556 std::atomic<bool> log_write_error_;
559 std::atomic<int> log_write_slowdown_;
562 std::atomic<int> num_open_wal_file_;
566 std::atomic<size_t> random_read_bytes_counter_;
567 std::atomic<int> random_file_open_counter_;
574 std::atomic<int64_t> bytes_written_;
576 std::atomic<int> sync_counter_;
578 std::atomic<uint32_t> non_writeable_rate_;
580 std::atomic<uint32_t> new_writable_count_;
582 std::atomic<uint32_t> non_writable_count_;
586 std::atomic<int64_t> addon_time_;
588 std::atomic<int> now_cpu_count_;
590 std::atomic<int> delete_count_;
592 std::atomic<bool> time_elapse_only_sleep_;
596 std::atomic<bool> is_wal_sync_thread_safe_{true};
598 std::atomic<size_t> compaction_readahead_size_{};