Home
last modified time | relevance | path

Searched refs:heap_top_ (Results 1 – 12 of 12) sorted by relevance

/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.h521 std::atomic<uint64_t> heap_top_ = {kMaxSequenceNumber}; variable
537 inline uint64_t top() { return heap_top_.load(std::memory_order_acquire); } in top()
541 heap_top_.store(v, std::memory_order_release); in push()
543 assert(heap_top_.load() < v); in push()
570 heap_top_.store(!heap_.empty() ? heap_.front() : kMaxSequenceNumber,
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.h521 std::atomic<uint64_t> heap_top_ = {kMaxSequenceNumber}; variable
537 inline uint64_t top() { return heap_top_.load(std::memory_order_acquire); } in top()
541 heap_top_.store(v, std::memory_order_release); in push()
543 assert(heap_top_.load() < v); in push()
570 heap_top_.store(!heap_.empty() ? heap_.front() : kMaxSequenceNumber,
/dports/databases/rocksdb/rocksdb-6.26.1/utilities/transactions/
H A Dwrite_prepared_txn_db.h522 std::atomic<uint64_t> heap_top_ = {kMaxSequenceNumber}; variable
538 inline uint64_t top() { return heap_top_.load(std::memory_order_acquire); } in top()
542 heap_top_.store(v, std::memory_order_release); in push()
544 assert(heap_top_.load() < v); in push()
571 heap_top_.store(!heap_.empty() ? heap_.front() : kMaxSequenceNumber,
/dports/databases/rocksdb-lite/rocksdb-6.26.1/utilities/transactions/
H A Dwrite_prepared_txn_db.h522 std::atomic<uint64_t> heap_top_ = {kMaxSequenceNumber}; variable
538 inline uint64_t top() { return heap_top_.load(std::memory_order_acquire); } in top()
542 heap_top_.store(v, std::memory_order_release); in push()
544 assert(heap_top_.load() < v); in push()
571 heap_top_.store(!heap_.empty() ? heap_.front() : kMaxSequenceNumber,
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.h521 std::atomic<uint64_t> heap_top_ = {kMaxSequenceNumber}; variable
537 inline uint64_t top() { return heap_top_.load(std::memory_order_acquire); } in top()
541 heap_top_.store(v, std::memory_order_release); in push()
543 assert(heap_top_.load() < v); in push()
570 heap_top_.store(!heap_.empty() ? heap_.front() : kMaxSequenceNumber,
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.h523 std::atomic<uint64_t> heap_top_ = {kMaxSequenceNumber}; variable
539 inline uint64_t top() { return heap_top_.load(std::memory_order_acquire); } in top()
543 heap_top_.store(v, std::memory_order_release); in push()
545 assert(heap_top_.load() < v); in push()
572 heap_top_.store(!heap_.empty() ? heap_.front() : kMaxSequenceNumber,
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.h522 std::atomic<uint64_t> heap_top_ = {kMaxSequenceNumber}; variable
538 inline uint64_t top() { return heap_top_.load(std::memory_order_acquire); } in top()
542 heap_top_.store(v, std::memory_order_release); in push()
544 assert(heap_top_.load() < v); in push()
571 heap_top_.store(!heap_.empty() ? heap_.front() : kMaxSequenceNumber,
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.h522 std::atomic<uint64_t> heap_top_ = {kMaxSequenceNumber}; variable
538 inline uint64_t top() { return heap_top_.load(std::memory_order_acquire); } in top()
542 heap_top_.store(v, std::memory_order_release); in push()
544 assert(heap_top_.load() < v); in push()
571 heap_top_.store(!heap_.empty() ? heap_.front() : kMaxSequenceNumber,
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.h522 std::atomic<uint64_t> heap_top_ = {kMaxSequenceNumber}; variable
538 inline uint64_t top() { return heap_top_.load(std::memory_order_acquire); } in top()
542 heap_top_.store(v, std::memory_order_release); in push()
544 assert(heap_top_.load() < v); in push()
571 heap_top_.store(!heap_.empty() ? heap_.front() : kMaxSequenceNumber,
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.h522 std::atomic<uint64_t> heap_top_ = {kMaxSequenceNumber}; variable
538 inline uint64_t top() { return heap_top_.load(std::memory_order_acquire); } in top()
542 heap_top_.store(v, std::memory_order_release); in push()
544 assert(heap_top_.load() < v); in push()
571 heap_top_.store(!heap_.empty() ? heap_.front() : kMaxSequenceNumber,
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.h522 std::atomic<uint64_t> heap_top_ = {kMaxSequenceNumber}; variable
538 inline uint64_t top() { return heap_top_.load(std::memory_order_acquire); } in top()
542 heap_top_.store(v, std::memory_order_release); in push()
544 assert(heap_top_.load() < v); in push()
571 heap_top_.store(!heap_.empty() ? heap_.front() : kMaxSequenceNumber,
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.h522 std::atomic<uint64_t> heap_top_ = {kMaxSequenceNumber}; variable
538 inline uint64_t top() { return heap_top_.load(std::memory_order_acquire); } in top()
542 heap_top_.store(v, std::memory_order_release); in push()
544 assert(heap_top_.load() < v); in push()
571 heap_top_.store(!heap_.empty() ? heap_.front() : kMaxSequenceNumber,