Searched refs:func2 (Results 1 – 2 of 2) sorted by relevance
317 auto func2 = [](void* ptr) { in TEST_F() local356 env_->StartThread(func2, static_cast<void*>(&p)); in TEST_F()
2045 std::function<void()> func2 = [&]() { in TEST_F() local2051 auto thread2 = port::Thread(func2); in TEST_F()