Searched refs:stop_requested (Results 1 – 4 of 4) sorted by relevance
264 if (__stoken.stop_requested())289 // We need to take the internal lock before checking stop_requested,290 // so that the notification cannot come in between the stop_requested294 if (__stoken.stop_requested())311 if (__stoken.stop_requested())322 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
996 bool stop_requested = wp_sp->InvokeCallback(&context); in PerformAction() local1005 if (m_should_stop && !stop_requested) { in PerformAction()