Home
last modified time | relevance | path

Searched refs:func1 (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/util/
Dthread_local_test.cc277 auto func1 = [](void* ptr) { in TEST_F() local
307 env_->StartThread(func1, static_cast<void*>(&p)); in TEST_F()
/rocksdb-6.9/db/
Ddb_test2.cc2040 std::function<void()> func1 = [&]() { in TEST_F() local
2050 auto thread1 = port::Thread(func1); in TEST_F()