Searched refs:thread1 (Results 1 – 1 of 1) sorted by relevance
555 std::thread thread1 = std::thread(readEnergy, service_, std::rand() % 5000); in TEST_P() local556 thread1.join(); in TEST_P()