Searched refs:thread_name_ (Results 1 – 1 of 1) sorted by relevance
27 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