Searched refs:thread_comm_storage_ (Results 1 – 2 of 2) sorted by relevance
34 thread_comm_storage_.push_back( in SetThreadName()36 thread->comm = thread_comm_storage_.back()->c_str(); in SetThreadName()262 thread_comm_storage_.clear(); in ClearThreadAndMap()
139 std::vector<std::unique_ptr<std::string>> thread_comm_storage_; variable