Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dstop_token.hpp71 if (__count_++ < __yield_threshold_) in __wait()
78 __count_ = __yield_threshold_; in __wait()
84 static constexpr uint32_t __yield_threshold_ = 20; member