Searched refs:thread_comm_storage_ (Results 1 – 2 of 2) sorted by relevance
47 thread_comm_storage_.push_back(std::unique_ptr<std::string>(new std::string(comm))); in SetThreadName()48 thread->comm = thread_comm_storage_.back()->c_str(); in SetThreadName()345 thread_comm_storage_.clear(); in ClearThreadAndMap()
156 std::vector<std::unique_ptr<std::string>> thread_comm_storage_; variable