Lines Matching refs:launch
115 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()
120 std::future<bool> async_result = std::async(std::launch::async, [&] { in TEST_F()
145 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()
154 std::future<PacketResult> async_result = std::async(std::launch::async, [&] { in TEST_F()
189 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()
195 std::launch::async, [&] { return client.Interrupt(g_timeout); }); in TEST_F()
213 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()
219 std::launch::async, [&] { return client.Interrupt(g_timeout); }); in TEST_F()
246 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()
252 std::launch::async, [&] { return client.Interrupt(g_timeout); }); in TEST_F()
266 std::future<PacketResult> send_result = std::async(std::launch::async, [&] { in TEST_F()
328 std::launch::async, [&] { return SendCPacket(continue_response); }); in TEST_F()
334 std::launch::async, [&] { return client.Interrupt(g_timeout); }); in TEST_F()