Searched defs:stop_requested (Results 1 – 15 of 15) sorted by relevance
43 bool stop_requested() const { return cancellation_signal_.load(); } in stop_requested() function53 inline bool stop_token::stop_requested() const { in stop_requested() function
37 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
73 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
38 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
74 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
36 bool stop_requested; in Run() local
244 def stop_requested(self): member in SessionRunContext