Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dstop_token.hpp133 __stop_requested_flag_) != 0; in stop_requested()
153 static constexpr uint8_t __stop_requested_flag_ = 1; member in stdexec::inplace_stop_source
294 __state_.store(__stop_requested_flag_, std::memory_order_release); in request_stop()
311 __state_.store(__stop_requested_flag_, std::memory_order_release); in request_stop()
347 if ((__old_state & __stop_requested_flag_) != 0) in __try_lock_unless_stop_requested_()
364 __set_stop_requested ? (__locked_flag_ | __stop_requested_flag_) in __try_lock_unless_stop_requested_()