Searched refs:idGenerator (Results 1 – 1 of 1) sorted by relevance
361 static std::atomic<uint32_t> idGenerator(1); in SetThreadName() local366 threadName_ += std::to_string(idGenerator++); in SetThreadName()