Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dcondition_variable267 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_requested
297 if (__stoken.stop_requested())
314 if (__stoken.stop_requested())
325 if (__stoken.stop_requested())
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_token.h37 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
H A Dstop_source.h73 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_requested() const noexcept { in stop_requested() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp973 bool stop_requested = wp_sp->InvokeCallback(&context); in PerformAction() local
982 if (m_should_stop && !stop_requested) { in PerformAction()