Searched refs:exchange (Results 1 – 25 of 525) sorted by relevance
12345678910>>...21
| /rocksdb-6.9/third-party/folly/folly/synchronization/ |
| D | DistributedMutex-inl.h | 764 next_ = folly::exchange(other.next_, nullptr); 765 expected_ = folly::exchange(other.expected_, 0); 766 timedWaiters_ = folly::exchange(other.timedWaiters_, false); 767 combined_ = folly::exchange(other.combined_, false); 768 waker_ = folly::exchange(other.waker_, 0); 769 waiters_ = folly::exchange(other.waiters_, nullptr); 770 ready_ = folly::exchange(other.ready_, nullptr); 895 ? waiter.futex_.exchange(data, std::memory_order_acq_rel) 998 doFutexWake(folly::exchange(next, nullptr)); 1186 previous = atomic.exchange(address, std::memory_order_acq_rel); [all …]
|
| /rocksdb-6.9/util/ |
| D | thread_local.cc | 424 return tls->entries[id].ptr.exchange(ptr, std::memory_order_acquire); in Swap() 445 t->entries[id].ptr.exchange(replacement, std::memory_order_acquire); in Scrape() 509 void* ptr = t->entries[id].ptr.exchange(nullptr); in ReclaimId()
|
| D | compression_context_cache.cc | 58 if (zstd_uncomp_sentinel_.exchange(&uncomp_cached_data_) != SentinelValue) { in ReturnUncompressData()
|
| /rocksdb-6.9/third-party/folly/folly/ |
| D | Utility.h | 48 T exchange(T& obj, U&& new_value) { in exchange() function
|
| /rocksdb-6.9/third-party/folly/folly/synchronization/detail/ |
| D | ProxyLockable-inl.h | 70 mutex_ = folly::exchange(other.mutex_, nullptr);
|
| /rocksdb-6.9/monitoring/ |
| D | thread_status_updater.cc | 138 return data->operation_stage.exchange(stage, std::memory_order_relaxed); in SetThreadOperationStage()
|
| D | statistics.cc | 305 per_core_stats_.AccessAtCore(core_idx)->tickers_[tickerType].exchange( in getAndResetTickerCount()
|
| /rocksdb-6.9/db/ |
| D | write_thread.cc | 366 newest_writer_.exchange(write_stall_dummy_.link_older); in EndWriteStall()
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/util/ |
| D | compaction_job_stats_impl.cc.o.d | 40 /usr/include/c++/v1/__utility/exchange.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/util/ |
| D | compaction_job_stats_impl.cc.o.d | 40 /usr/include/c++/v1/__utility/exchange.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/db/blob/ |
| D | blob_file_meta.cc.o.d | 43 /usr/include/c++/v1/__utility/exchange.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/table_properties_collectors/ |
| D | compact_on_deletion_collector.cc.o.d | 60 /usr/include/c++/v1/__utility/exchange.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/transactions/ |
| D | transaction_db_mutex_impl.cc.o.d | 41 /usr/include/c++/v1/__utility/exchange.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/merge_operators/ |
| D | put.cc.o.d | 39 /usr/include/c++/v1/__utility/exchange.h \
|
| D | max.cc.o.d | 39 /usr/include/c++/v1/__utility/exchange.h \
|
| D | sortlist.cc.o.d | 51 /usr/include/c++/v1/__utility/exchange.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/merge_operators/ |
| D | put.cc.o.d | 39 /usr/include/c++/v1/__utility/exchange.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/env/ |
| D | env_chroot.cc.o.d | 40 /usr/include/c++/v1/__utility/exchange.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/transactions/ |
| D | transaction_db_mutex_impl.cc.o.d | 41 /usr/include/c++/v1/__utility/exchange.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/db/ |
| D | write_controller.cc.o.d | 60 /usr/include/c++/v1/__utility/exchange.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/cache/ |
| D | clock_cache.cc.o.d | 42 /usr/include/c++/v1/__utility/exchange.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/db/ |
| D | merge_operator.cc.o.d | 50 /usr/include/c++/v1/__utility/exchange.h \
|
| D | malloc_stats.cc.o.d | 40 /usr/include/c++/v1/__utility/exchange.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/monitoring/ |
| D | histogram_windowing.cc.o.d | 64 /usr/include/c++/v1/__utility/exchange.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/table_properties_collectors/ |
| D | compact_on_deletion_collector.cc.o.d | 60 /usr/include/c++/v1/__utility/exchange.h \
|
12345678910>>...21