Lines Matching defs:st
38 const std::stop_token st;
39 assert(!st.stop_possible());
45 const auto st = ss->get_token();
48 assert(!st.stop_possible());
54 const auto st = ss.get_token();
55 assert(st.stop_possible());
61 const auto st = ss->get_token();
65 assert(st.stop_possible());
71 const auto st = ss.get_token();
73 assert(st.stop_possible());
80 const auto st = ss->get_token();
87 assert(st.stop_possible());
89 assert(st.stop_possible());