Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Drepeatable_thread.h27 thread_name_("rocksdb:" + thread_name), in function_()
108 pthread_setname_np(thread_handle, thread_name_.c_str()); in thread()
130 const std::string thread_name_; variable