Home
last modified time | relevance | path

Searched defs:stop_requested (Results 1 – 3 of 3) sorted by relevance

/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
/llvm-project/lldb/source/Target/
H A DStopInfo.cpp973 bool stop_requested = wp_sp->InvokeCallback(&context); PerformAction() local