Home
last modified time | relevance | path

Searched refs:BOOST_FIBERS_SPIN_BEFORE_SLEEP0 (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/fiber/detail/
Dconfig.hpp58 #if !defined(BOOST_FIBERS_SPIN_BEFORE_SLEEP0)
59 # define BOOST_FIBERS_SPIN_BEFORE_SLEEP0 32 macro
Dspinlock_ttas.hpp58 if ( BOOST_FIBERS_SPIN_BEFORE_SLEEP0 > retries) { in lock()
Dspinlock_ttas_futex.hpp57 if ( BOOST_FIBERS_SPIN_BEFORE_SLEEP0 > retries) { in lock()
Dspinlock_ttas_adaptive.hpp49 … static_cast< std::size_t >( BOOST_FIBERS_SPIN_BEFORE_SLEEP0), 2 * prev_retries + 10); in lock()
Dspinlock_rtm.hpp74 if ( BOOST_FIBERS_SPIN_BEFORE_SLEEP0 > count) { in lock()
Dspinlock_ttas_adaptive_futex.hpp46 … static_cast< std::int32_t >( BOOST_FIBERS_SPIN_BEFORE_SLEEP0), 2 * prev_retries + 10); in lock()
/third_party/boost/libs/fiber/doc/
Dtuning.qbk213 [BOOST_FIBERS_SPIN_BEFORE_SLEEP0]