Home
last modified time | relevance | path

Searched refs:thread_ (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db/
Dforward_iterator_bench.cc95 thread_ = port::Thread(&Reader::run, this); in Reader()
188 thread_.join(); in ~Reader()
195 ROCKSDB_NAMESPACE::port::Thread thread_; member
209 void start() { thread_ = port::Thread(&Writer::run, this); } in start()
260 ~Writer() { thread_.join(); } in ~Writer()
266 ROCKSDB_NAMESPACE::port::Thread thread_; member
272 : db_(db), thread_(&StatsThread::run, this) {} in StatsThread()
309 thread_.join(); in ~StatsThread()
316 ROCKSDB_NAMESPACE::port::Thread thread_; member
/rocksdb-6.9/util/
Drepeatable_thread.h38 thread_([this] { thread(); }) { in function_()
50 thread_.join(); in cancel()
106 auto thread_handle = thread_.native_handle(); in thread()
146 port::Thread thread_; variable
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc9840 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase()
9849 GTEST_CHECK_(::WaitForSingleObject(thread_.Get(), INFINITE) == WAIT_OBJECT_0) in Join()
Dgtest.h2994 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
3000 GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, 0));
3018 pthread_t thread_; // The native thread object.
3167 AutoHandle thread_;