Home
last modified time | relevance | path

Searched defs:GetThreadID (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/hdfs/
Denv_hdfs.h168 uint64_t GetThreadID() const override { return HdfsEnv::gettid(); } in GetThreadID() function
378 virtual uint64_t GetThreadID() const override { in GetThreadID() function
/rocksdb-6.9/env/
Denv_posix.cc257 uint64_t GetThreadID() const override { return gettid(pthread_self()); } in GetThreadID() function in ROCKSDB_NAMESPACE::__anon43aff5a30111::PosixEnv
Denv.cc101 uint64_t Env::GetThreadID() const { in GetThreadID() function in ROCKSDB_NAMESPACE::Env
Dcomposite_env_wrapper.h570 uint64_t GetThreadID() const override { return env_target_->GetThreadID(); } in GetThreadID() function
/rocksdb-6.9/port/win/
Denv_win.cc1274 uint64_t WinEnvThreads::GetThreadID() const { return gettid(); } in GetThreadID() function in ROCKSDB_NAMESPACE::port::WinEnvThreads
1479 uint64_t WinEnv::GetThreadID() const { in GetThreadID() function in ROCKSDB_NAMESPACE::port::WinEnv
/rocksdb-6.9/include/rocksdb/
Denv.h1363 uint64_t GetThreadID() const override { return target_->GetThreadID(); } in GetThreadID() function