Lines Matching defs:sc
65 std::stop_callback sc(st, [&] { called = true; });
75 std::stop_callback sc(st, [&] { called = true; });
86 std::stop_callback sc(st, [&] { called = true; });
96 std::stop_callback sc(st, [&] { ++calledTimes; });
116 std::stop_callback sc(st, [&] {
147 std::stop_callback sc{st, [&] { callbackCalledTimes.fetch_add(1, std::memory_order_relaxed); }};
186 std::stop_callback<CBWithTracking> sc(
201 std::stop_callback<const CBWithTracking> sc(
216 std::stop_callback<CBWithTracking&> sc(st, cb);
230 std::stop_callback<const CBWithTracking&> sc(st, cb);