Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dthreadpool_imp.cc273 size_t thread_id_; // Thread count in the thread. member
275 : thread_pool_(thread_pool), thread_id_(thread_id) {} in BGThreadMetadata()
280 size_t thread_id = meta->thread_id_; in BGThreadWrapper()