Searched refs:func1 (Results 1 – 2 of 2) sorted by relevance
277 auto func1 = [](void* ptr) { in TEST_F() local307 env_->StartThread(func1, static_cast<void*>(&p)); in TEST_F()
2040 std::function<void()> func1 = [&]() { in TEST_F() local2050 auto thread1 = port::Thread(func1); in TEST_F()