Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dthread_local_test.cc317 auto func2 = [](void* ptr) { in TEST_F() local
356 env_->StartThread(func2, static_cast<void*>(&p)); in TEST_F()
/rocksdb-6.9/db/
Ddb_test2.cc2045 std::function<void()> func2 = [&]() { in TEST_F() local
2051 auto thread2 = port::Thread(func2); in TEST_F()