Home
last modified time | relevance | path

Searched refs:exchange (Results 1 – 25 of 525) sorted by relevance

12345678910>>...21

/rocksdb-6.9/third-party/folly/folly/synchronization/
DDistributedMutex-inl.h764 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/
Dthread_local.cc424 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()
Dcompression_context_cache.cc58 if (zstd_uncomp_sentinel_.exchange(&uncomp_cached_data_) != SentinelValue) { in ReturnUncompressData()
/rocksdb-6.9/third-party/folly/folly/
DUtility.h48 T exchange(T& obj, U&& new_value) { in exchange() function
/rocksdb-6.9/third-party/folly/folly/synchronization/detail/
DProxyLockable-inl.h70 mutex_ = folly::exchange(other.mutex_, nullptr);
/rocksdb-6.9/monitoring/
Dthread_status_updater.cc138 return data->operation_stage.exchange(stage, std::memory_order_relaxed); in SetThreadOperationStage()
Dstatistics.cc305 per_core_stats_.AccessAtCore(core_idx)->tickers_[tickerType].exchange( in getAndResetTickerCount()
/rocksdb-6.9/db/
Dwrite_thread.cc366 newest_writer_.exchange(write_stall_dummy_.link_older); in EndWriteStall()
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/util/
Dcompaction_job_stats_impl.cc.o.d40 /usr/include/c++/v1/__utility/exchange.h \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/util/
Dcompaction_job_stats_impl.cc.o.d40 /usr/include/c++/v1/__utility/exchange.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/db/blob/
Dblob_file_meta.cc.o.d43 /usr/include/c++/v1/__utility/exchange.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/table_properties_collectors/
Dcompact_on_deletion_collector.cc.o.d60 /usr/include/c++/v1/__utility/exchange.h \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/transactions/
Dtransaction_db_mutex_impl.cc.o.d41 /usr/include/c++/v1/__utility/exchange.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/merge_operators/
Dput.cc.o.d39 /usr/include/c++/v1/__utility/exchange.h \
Dmax.cc.o.d39 /usr/include/c++/v1/__utility/exchange.h \
Dsortlist.cc.o.d51 /usr/include/c++/v1/__utility/exchange.h \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/merge_operators/
Dput.cc.o.d39 /usr/include/c++/v1/__utility/exchange.h \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/env/
Denv_chroot.cc.o.d40 /usr/include/c++/v1/__utility/exchange.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/transactions/
Dtransaction_db_mutex_impl.cc.o.d41 /usr/include/c++/v1/__utility/exchange.h \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/db/
Dwrite_controller.cc.o.d60 /usr/include/c++/v1/__utility/exchange.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/cache/
Dclock_cache.cc.o.d42 /usr/include/c++/v1/__utility/exchange.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/db/
Dmerge_operator.cc.o.d50 /usr/include/c++/v1/__utility/exchange.h \
Dmalloc_stats.cc.o.d40 /usr/include/c++/v1/__utility/exchange.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/monitoring/
Dhistogram_windowing.cc.o.d64 /usr/include/c++/v1/__utility/exchange.h \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/table_properties_collectors/
Dcompact_on_deletion_collector.cc.o.d60 /usr/include/c++/v1/__utility/exchange.h \

12345678910>>...21