Searched refs:TestNtpThread (Results 1 – 2 of 2) sorted by relevance
156 void TestNtpThread(const char *name) in TestNtpThread() function204 std::thread thread1(TestNtpThread, "thread1");205 std::thread thread2(TestNtpThread, "thread2");206 std::thread thread3(TestNtpThread, "thread3");207 std::thread thread4(TestNtpThread, "thread4");
205 void TestNtpThread(const char *name) in TestNtpThread() function1032 std::thread thread1(TestNtpThread, "thread1");1033 std::thread thread2(TestNtpThread, "thread2");1034 std::thread thread3(TestNtpThread, "thread3");1035 std::thread thread4(TestNtpThread, "thread4");