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_variable264 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_requested
294 if (__stoken.stop_requested())
311 if (__stoken.stop_requested())
322 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.cpp996 bool stop_requested = wp_sp->InvokeCallback(&context); in PerformAction() local
1005 if (m_should_stop && !stop_requested) { in PerformAction()