Searched refs:stop_requested (Results 1 – 4 of 4) sorted by relevance
269 if (__stoken.stop_requested())294 // We need to take the internal lock before checking stop_requested,295 // so that the notification cannot come in between the stop_requested299 if (__stoken.stop_requested())316 if (__stoken.stop_requested())327 if (__stoken.stop_requested())
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
973 bool stop_requested = wp_sp->InvokeCallback(&context); in PerformAction() local982 if (m_should_stop && !stop_requested) { in PerformAction()