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