Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 15 of 15) sorted by relevance

/rocksdb-6.9/monitoring/
Dthread_status_updater.cc19 uint64_t thread_id) { in RegisterThread()
167 auto thread_id = thread_data->thread_id.load(std::memory_order_relaxed); in GetThreadList() local
Dthread_status_updater.h85 std::atomic<uint64_t> thread_id; member
/rocksdb-6.9/logging/
Denv_logger.h84 const uint64_t thread_id = env_->GetThreadID(); in Logv() local
Dposix_logger.h88 const uint64_t thread_id = (*gettid_)(); in Logv() local
/rocksdb-6.9/test_util/
Dsync_point_impl.cc97 auto thread_id = std::this_thread::get_id(); in Process() local
/rocksdb-6.9/port/win/
Dwin_logger.cc100 const uint64_t thread_id = (*gettid_)(); in Logv() local
Denv_win.cc1270 uint64_t thread_id = GetCurrentThreadId(); in gettid() local
/rocksdb-6.9/util/
Dthreadpool_imp.cc187 void ThreadPoolImpl::Impl::BGThread(size_t thread_id) { in BGThread()
280 size_t thread_id = meta->thread_id_; in BGThreadWrapper() local
/rocksdb-6.9/include/rocksdb/
Dthread_status.h127 const uint64_t thread_id; member
Dlistener.h178 uint64_t thread_id; member
220 uint64_t thread_id; member
/rocksdb-6.9/env/
Denv_posix.cc247 uint64_t thread_id = 0; in gettid() local
Denv_hdfs.cc316 const uint64_t thread_id = (*gettid_)(); in Logv() local
/rocksdb-6.9/db/
Dlistener_test.cc234 uint64_t thread_id = env_->GetThreadID(); in OnTableFileCreated() local
Dexternal_sst_file_test.cc1044 int thread_id = thread_num.fetch_add(1); in TEST_F() local
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc9793 DWORD thread_id; in CreateThread() local
9917 static void OnThreadExit(DWORD thread_id) { in OnThreadExit()
9955 static void StartWatcherThreadFor(DWORD thread_id) { in StartWatcherThreadFor()