Lines Matching refs:thread
543 std::thread t([&] {
587 std::thread t([&] {
693 std::thread::id this_id = std::this_thread::get_id();
705 …void operator()(const std::thread::id& input, gateway_type&) noexcept { increase_and_check(input);…
707 output_tuple_type operator()(const std::thread::id& input) noexcept {
713 void increase_and_check(const std::thread::id& input) {
715 std::thread::id body_thread_id = std::this_thread::get_id();
745 std::thread::id this_id = std::this_thread::get_id();
773 void increase_and_check(const std::thread::id& /*input*/) {
789 void operator()(const std::thread::id& input, gateway_type&) noexcept(NoExcept) {
792 output_tuple_type operator()(const std::thread::id& input) noexcept(NoExcept) {
896 …test_limited_lightweight_execution<NodeType>(N, (std::min)(std::thread::hardware_concurrency() / 2…
903 typedef std::thread::id input_type;