Home
last modified time | relevance | path

Searched refs:spin_max (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/synchronization/
DWaitOptions.h41 static constexpr std::chrono::nanoseconds spin_max = member
45 std::chrono::nanoseconds spin_max() const { in spin_max() function
48 WaitOptions& spin_max(std::chrono::nanoseconds dur) { in spin_max() function
54 std::chrono::nanoseconds spin_max_ = Defaults::spin_max;
DWaitOptions.cpp10 constexpr std::chrono::nanoseconds WaitOptions::Defaults::spin_max; member in folly::WaitOptions::Defaults
/rocksdb-6.9/third-party/folly/folly/synchronization/detail/
DSpin.h29 if (opt.spin_max() <= opt.spin_max().zero()) { in spin_pause_until()
46 if (tnow >= tbegin + opt.spin_max()) { in spin_pause_until()